{"id":12006,"date":"2014-10-26T16:23:55","date_gmt":"2014-10-26T16:23:55","guid":{"rendered":"http:\/\/erpschools.com\/?p=12006"},"modified":"2014-10-26T16:29:26","modified_gmt":"2014-10-26T16:29:26","slug":"oracle-business-events","status":"publish","type":"post","link":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events","title":{"rendered":"Oracle Business Events"},"content":{"rendered":"<p><strong>Oracle Business Events<\/strong><\/p>\n<p>Oracle Business events are like Triggers. So we have event (Business event) based on which an action can be performed. There are two kinds of business events<\/p>\n<ol>\n<li>Oracle provided business events \/ Seeded Business Events<\/li>\n<li>Custom Business Events, which we create as per our business needs.<\/li>\n<\/ol>\n<p>In most of the cases we just need to create an action for a seeded business event. Oracle Corp knows most of the business requirements and they have provided us with many seeded business events which are ready to use.<\/p>\n<p>I have seen many people using business events for wrong purpose just like how they use oracle workflow just to send a email. Primarily Business Events should be used as a mediator between two applications or two systems.<\/p>\n<p>To help you understand business events let me provide a sample business requirement.<\/p>\n<p><strong>Business Requirement:<\/strong> We need to send a SMS to business user when certain Concurrent programs are submitted. These concurrent programs contain sensitive data so the SMS alert is required.<\/p>\n<p>We can debate about the security level for a concurrent program which can be achieved through Request groups \/ Responsibilities but keep that aside.<\/p>\n<p>As I can\u2019t demonstrate the SMS functionality here I will call a PLSQL function which will insert data into a custom table.<\/p>\n<p><span style=\"text-decoration: underline;\">Step1:<\/span><\/p>\n<p>Oracle Business events are enabled for concurrent programs from R12.1 version onwards. Check if your oracle ERP instance has concurrent program level business events enabled by navigating to Concurrent program registration form.<\/p>\n<p>Navigation: Application Developer &gt; Concurrent &gt; Program<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12007\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png\" alt=\"Oracle_Applications_Business_Events-1\" width=\"752\" height=\"612\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png 752w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25-150x122.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25-300x244.png 300w\" sizes=\"auto, (max-width: 752px) 100vw, 752px\" \/><\/p>\n<p><span style=\"text-decoration: underline;\">Step2:<\/span><\/p>\n<p>Set the profile \u201cConcurrent: Business Intelligence Integration Enable\u201d to Yes.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12008\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS26.png\" alt=\"Oracle_Applications_Business_Events-2\" width=\"445\" height=\"366\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS26.png 445w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS26-150x123.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS26-300x246.png 300w\" sizes=\"auto, (max-width: 445px) 100vw, 445px\" \/><\/p>\n<p><span style=\"text-decoration: underline;\">Step3:<\/span><\/p>\n<p>Create a Concurrent program and enable Business Event, \u201cRequest Submitted(Y)\u201d. It can be PLSQL Concurrent program \/ Oracle Report \/ Host or any other type of concurrent program.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12009\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS27.png\" alt=\"Oracle_Applications_Business_Events-3\" width=\"749\" height=\"622\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS27.png 749w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS27-150x124.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS27-300x249.png 300w\" sizes=\"auto, (max-width: 749px) 100vw, 749px\" \/><\/p>\n<p>Read the below article to understand how to create a concurrent program. Just in case if you don\u2019t know about it..<\/p>\n<p><a title=\"http:\/\/erpschools.com\/articles\/register-pl-sql-stored-procedure-in-oracle-apps\" href=\"http:\/\/erpschools.com\/articles\/register-pl-sql-stored-procedure-in-oracle-apps\" target=\"_blank\">http:\/\/erpschools.com\/articles\/register-pl-sql-stored-procedure-in-oracle-apps<\/a><\/p>\n<p><span style=\"text-decoration: underline;\">Step4:<\/span><\/p>\n<p>Navigate to \u201cWorkflow Administrator \u2026.\u201d responsibility<\/p>\n<p>Search for \u201coracle.apps.fnd.concurrent.request.submitted\u201d business event as shown below<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12010\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Business_Events___Events.png\" alt=\"Oracle_Applications_Business_Event-5\" width=\"1416\" height=\"434\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Business_Events___Events.png 1416w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Business_Events___Events-150x45.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Business_Events___Events-300x91.png 300w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Business_Events___Events-1024x313.png 1024w\" sizes=\"auto, (max-width: 1416px) 100vw, 1416px\" \/><\/p>\n<p>Click on Subscription button<\/p>\n<p>Click on Create Subscription button towards right corner<\/p>\n<p>Enter the fields as below<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12011\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Create_Event_Subscription.png\" alt=\"Oracle_Applications_Business_Events-6\" width=\"523\" height=\"517\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Create_Event_Subscription.png 523w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Create_Event_Subscription-150x148.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Create_Event_Subscription-300x296.png 300w\" sizes=\"auto, (max-width: 523px) 100vw, 523px\" \/><\/p>\n<p>Click Next button and enter the details as below. Also please compile the PLSQL procedure given below in database.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12012\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Update_Event_Subscription___Custom.png\" alt=\"Update_Event_Subscription__Custom\" width=\"590\" height=\"539\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Update_Event_Subscription___Custom.png 590w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Update_Event_Subscription___Custom-150x137.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Update_Event_Subscription___Custom-300x274.png 300w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/p>\n<p>Click Apply button to save the subscription. You should see a successful confirmation message.<\/p>\n<p><span style=\"text-decoration: underline;\">Step5:<\/span><\/p>\n<p>Compile the below PLSQL in databse<\/p>\n<p><code><br \/>\ncreate table erps_test_be (request_id number, requested_by varchar2(10));<br \/>\n<\/code><\/p>\n<p><code><br \/>\nCREATE OR REPLACE FUNCTION erps_conc_prog_submit_be<br \/>\n(<br \/>\np_subscription_guid IN RAW,<br \/>\np_event IN OUT NOCOPY wf_event_t )<br \/>\nRETURN VARCHAR2<br \/>\nIS<br \/>\nv_request_id \u00a0 NUMBER;<br \/>\nv_requested_by NUMBER;<br \/>\nBEGIN<br \/>\nv_request_id \u00a0 := p_event.getvalueforparameter('REQUEST_ID');<br \/>\nv_requested_by := p_event.getvalueforparameter('REQUESTED_BY');<br \/>\n-- There are other possible parameters like PROGRAM_APPLICATION_ID CONCURRENT_PROGRAM_ID STATUS\u00a0 COMPLETION_TEXT<br \/>\nINSERT<br \/>\nINTO erps_test_be<br \/>\n(<br \/>\nREQUEST_ID,<br \/>\nREQUESTED_BY<br \/>\n)<br \/>\nVALUES<br \/>\n(<br \/>\nv_request_id ,<br \/>\nv_requested_by<br \/>\n);<br \/>\nCOMMIT;<br \/>\nRETURN 'SUCCESS';<br \/>\nEND erps_conc_prog_submit_be;<\/code><\/p>\n<p><span style=\"text-decoration: underline;\">Step6:<\/span><\/p>\n<p>Launch the concurrent program and see if the records are being inserted into the table.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12014\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS28.png\" alt=\"Oracle_Applications_Business_EventsOracle_Applications_Business_Events\" width=\"704\" height=\"496\" srcset=\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS28.png 704w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS28-150x105.png 150w, https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS28-300x211.png 300w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><\/p>\n<p>Query the table in backend to see the data in custom table we created.<\/p>\n<p><code>select * from erps_test_be;<\/code><\/p>\n<p>That\u2019s it\u2026You should be able to see the request_id and user_id of the person who submitted the concurrent request.<\/p>\n<p>Thank you. If you have any questions \/ comments or suggestions please let me know in the comments section.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Business events are like Triggers. So we have event (Business event) based on which an action can be performed. There are two kinds of business events 1)Oracle provided business events \/ Seeded Business Events 2) Custom Business Events, which we create as per our business needs.<br \/>\nIn most of the cases we just need to create an action for a seeded business event. Oracle Corp knows most of the business requirements and they have provided us with many seeded business events which are ready to use.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76],"tags":[],"class_list":["post-12006","post","type-post","status-publish","format-standard","hentry","category-workflow-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>oracle business events<\/title>\n<meta name=\"description\" content=\"oracle business events\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prudhvi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#article\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\"},\"author\":{\"name\":\"Prudhvi\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512\"},\"headline\":\"Oracle Business Events\",\"datePublished\":\"2014-10-26T16:23:55+00:00\",\"dateModified\":\"2014-10-26T16:29:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\"},\"wordCount\":470,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png\",\"articleSection\":[\"Workflow\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\",\"url\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\",\"name\":\"oracle business events\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png\",\"datePublished\":\"2014-10-26T16:23:55+00:00\",\"dateModified\":\"2014-10-26T16:29:26+00:00\",\"description\":\"oracle business events\",\"breadcrumb\":{\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage\",\"url\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png\",\"contentUrl\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png\",\"width\":752,\"height\":612},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/erpschools.com\/erps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Business Events\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/erpschools.com\/erps\/#website\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"name\":\"erpSchools\",\"description\":\"Oracle Apps\",\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/erpschools.com\/erps\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\",\"name\":\"erpSchools\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"contentUrl\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"width\":250,\"height\":60,\"caption\":\"erpSchools\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/erpschools\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512\",\"name\":\"Prudhvi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g\",\"caption\":\"Prudhvi\"},\"sameAs\":[\"http:\/\/www.erpschools.com\"],\"url\":\"https:\/\/erpschools.com\/erps\/author\/prudhvi\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"oracle business events","description":"oracle business events","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events","twitter_misc":{"Written by":"Prudhvi","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#article","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events"},"author":{"name":"Prudhvi","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512"},"headline":"Oracle Business Events","datePublished":"2014-10-26T16:23:55+00:00","dateModified":"2014-10-26T16:29:26+00:00","mainEntityOfPage":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events"},"wordCount":470,"commentCount":2,"publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"image":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png","articleSection":["Workflow"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#respond"]}]},{"@type":"WebPage","@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events","url":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events","name":"oracle business events","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/#website"},"primaryImageOfPage":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage"},"image":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png","datePublished":"2014-10-26T16:23:55+00:00","dateModified":"2014-10-26T16:29:26+00:00","description":"oracle business events","breadcrumb":{"@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#primaryimage","url":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png","contentUrl":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Oracle_Applications_-_VIS25.png","width":752,"height":612},{"@type":"BreadcrumbList","@id":"https:\/\/erpschools.com\/erps\/workflow-tools\/oracle-business-events#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/erpschools.com\/erps"},{"@type":"ListItem","position":2,"name":"Oracle Business Events"}]},{"@type":"WebSite","@id":"https:\/\/erpschools.com\/erps\/#website","url":"https:\/\/erpschools.com\/erps\/","name":"erpSchools","description":"Oracle Apps","publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/erpschools.com\/erps\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/erpschools.com\/erps\/#organization","name":"erpSchools","url":"https:\/\/erpschools.com\/erps\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/","url":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","contentUrl":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","width":250,"height":60,"caption":"erpSchools"},"image":{"@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/erpschools"]},{"@type":"Person","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512","name":"Prudhvi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/488cec3605845b95cb20e60c67a8f5c7e74b65a305525c8006315d524f120db9?s=96&d=blank&r=g","caption":"Prudhvi"},"sameAs":["http:\/\/www.erpschools.com"],"url":"https:\/\/erpschools.com\/erps\/author\/prudhvi"}]}},"_links":{"self":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/12006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/comments?post=12006"}],"version-history":[{"count":0,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/12006\/revisions"}],"wp:attachment":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/media?parent=12006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/categories?post=12006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/tags?post=12006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}