{"id":1826,"date":"2011-04-17T13:43:42","date_gmt":"2011-04-17T13:43:42","guid":{"rendered":"http:\/\/sendyoursmiles.com\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other"},"modified":"2014-12-02T08:58:06","modified_gmt":"2014-12-02T08:58:06","slug":"fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other","status":"publish","type":"post","link":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other","title":{"rendered":"FNDLOAD to transfer AOL Objects from one instance to other"},"content":{"rendered":"<p>The Generic Loader (FNDLOAD) is a concurrent program that can transfer Oracle Application entity data between database and text file. The loader reads a configuration file to determine which entity to access. In simple words FNDLOAD is used to transfer entity data from one instance\/database to other. For example if you want to move a concurrent program\/menu\/value sets developed in DEVELOPMENT instance to PRODUCTION instance you can use this command.<\/p>\n<p>Oracle has provided standard configuration files (.lct files) for migration of the standard entities. All of these configuration files are available at $FND_TOP\/patch\/115\/import directory. The main configuration files for the corresponding entity are given below:<\/p>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"320\">Entity<\/td>\n<td valign=\"top\" width=\"320\">Configuration File<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Attachment Definition<\/td>\n<td valign=\"top\" width=\"320\">afattach.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Concurrent Programs<\/td>\n<td valign=\"top\" width=\"320\">afcpprog.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Printers and Printer Styles<\/td>\n<td valign=\"top\" width=\"320\">afcppstl.lct, afcpprnt.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Value Sets<\/td>\n<td valign=\"top\" width=\"320\">afffload.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Request Groups<\/td>\n<td valign=\"top\" width=\"320\">afcpreqg.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Request Sets<\/td>\n<td valign=\"top\" width=\"320\">afcprset.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Form Personalization<\/td>\n<td valign=\"top\" width=\"320\">affrmcus.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Lookups<\/td>\n<td valign=\"top\" width=\"320\">aflvmlu.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Responsibilities<\/td>\n<td valign=\"top\" width=\"320\">afrole.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Applications<\/td>\n<td valign=\"top\" width=\"320\">afscapp.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Profile Options<\/td>\n<td valign=\"top\" width=\"320\">afscprof.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Users<\/td>\n<td valign=\"top\" width=\"320\">afscursp.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Form, Functions, Menus<\/td>\n<td valign=\"top\" width=\"320\">afsload.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Document Sequences<\/td>\n<td valign=\"top\" width=\"320\">afsncat.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Descriptive and Key Flex Fields<\/td>\n<td valign=\"top\" width=\"320\">afffload.lct<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"320\">Messages<\/td>\n<td valign=\"top\" width=\"320\">afmdmsg.lct<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><\/div>\n<p><span style=\"text-decoration: underline;\">Steps to Move a Concurrent program from one instance(Database) to other<\/span><\/p>\n<ul>\n<li>Define your concurrent program and save it in first instance(for how to register a concurrent program click here)<\/li>\n<li>Connect to your UNIX box on first instance and run the following command to download the .ldt file<br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME=&#8221;Concurrent program application short name&#8221; CONCURRENT_PROGRAM_NAME=&#8221;concurrent program short name&#8221;<\/li>\n<li>Move the downloaded .ldf file to new instance(Use FTP)<\/li>\n<li>Connect to your UNIX box on second instance and run the following command to upload the .ldt file<br \/>\nFNDLOAD username\/password@database\u00a00 Y UPLOAD $FND_TOP\/patch\/115\/import\/afcpprog.lctfile_name.ldt<\/li>\n<\/ul>\n<p>Note: Make sure you are giving proper .lct file in the commands and don&#8217;t confuse with .lct and .ldt files<\/p>\n<p>These following are the other entity data types that we can move with FNDLOAD<\/p>\n<p><strong>1 &#8211; Printer Styles<\/strong><\/p>\n<p>FNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afcppstl.lct file_name.ldt STYLE PRINTER_STYLE_NAME=&#8221;printer style name&#8221;<\/p>\n<p><strong>2 &#8211; Lookups<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/aflvmlu.lct file_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=&#8221;FND&#8221;<br \/>\nLOOKUP_TYPE=&#8221;lookup name&#8221;<\/p>\n<p><strong>3 &#8211; Descriptive Flexfield with all of specific Contexts<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afffload.lct file_name.ldt DESC_FLEX P_LEVEL=COL_ALL:REF_ALL:CTX_ONE:SEG_ALL APPLICATION_SHORT_NAME=&#8221;FND&#8221; DESCRIPTIVE_FLEXFIELD_NAME=&#8221;desc flex name&#8221; P_CONTEXT_CODE=&#8221;context name&#8221;<\/p>\n<p><strong>4 &#8211; Key Flexfield Structures<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afffload.lct file_name.ldt KEY_FLEX P_LEVEL=COL_ALL:FQL_ALL:SQL_ALL:STR_ONE:WFP_ALL:SHA_ALL:CVR_ALL:SEG_ALL APPLICATION_SHORT_NAME=&#8221;FND&#8221; ID_FLEX_CODE=&#8221;key flex code&#8221; P_STRUCTURE_CODE=&#8221;structure name&#8221;<\/p>\n<p><strong>5 &#8211; Concurrent Programs<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME=&#8221;FND&#8221; CONCURRENT_PROGRAM_NAME=&#8221;concurrent name&#8221;<\/p>\n<p><strong>6 &#8211; Value Sets<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afffload.lct file_name.ldt VALUE_SET_VALUE FLEX_VALUE_SET_NAME=&#8221;value set name&#8221;<\/p>\n<p><strong>7 &#8211; Value Sets with values<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afffload.lct file_name.ldt VALUE_SET FLEX_VALUE_SET_NAME=&#8221;value set name&#8221;<\/p>\n<p><strong>8 &#8211; Profile Options<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afscprof.lct file_name.ldt PROFILE PROFILE_NAME=&#8221;profile option&#8221; APPLICATION_SHORT_NAME=&#8221;FND&#8221;<\/p>\n<p><strong>8 &#8211; Request Groups<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afcpreqg.lct file_name.ldt REQUEST_GROUP REQUEST_GROUP_NAME=&#8221;request group&#8221; APPLICATION_SHORT_NAME=&#8221;FND&#8221;<\/p>\n<p><strong>10 &#8211; Request Sets<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afcprset.lct file_name.ldt REQ_SET<br \/>\nAPPLICATION_SHORT_NAME=&#8221;FND&#8221; REQUEST_SET_NAME=&#8221;request set&#8221;<\/p>\n<p><strong>11 &#8211; Responsibilities<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afscursp.lct file_name.ldt FND_RESPONSIBILITY RESP_KEY=&#8221;responsibility&#8221;<\/p>\n<p><strong>12 &#8211; Menus<\/strong><br \/>\nFNDLOAD username\/password@database\u00a0O Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afsload.lct file_name.ldt MENU MENU_NAME=&#8221;menu_name&#8221;<\/p>\n<div><strong>13 &#8211; Forms Personalization<\/strong><\/div>\n<p>FNDLOAD username\/password@database\u00a00 Y DOWNLOAD $FND_TOP\/patch\/115\/import\/affrmcus.lct file_name.ldt FND_FORM_CUSTOM_RULES function_name=FUNCTION_NAME<\/p>\n<p><strong>14 &#8211; Functions:<\/strong><\/p>\n<div>FNDLOAD username\/password@database 0 Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afsload.lct XXFUNNAME.ldt FUNCTION FUNC_APP_SHORT_NAME=\u201dXXCUST\u201d FUNCTION_NAME=\u201dXXFUNNAME\u201d<\/div>\n<div><\/div>\n<div>\n<div><strong>15 &#8211; Forms:<\/strong><\/div>\n<div>FNDLOAD username\/password@database 0 Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afsload.lct XXFRMNAME.ldt FORM APPLICATION_<\/div>\n<div>SHORT_NAME=\u201dXXCUST\u201d FORM_NAME=\u201dXXFRMNAME\u201d<\/div>\n<div><\/div>\n<div><strong>16 &#8211; FND Users:<\/strong><\/div>\n<div>\n<div>FNDLOAD username\/password@database 0 Y DOWNLOAD $FND_TOP\/patch\/115\/import\/afscursp.lct XXUSERNAME.ldt FND_USER USER_NAME=\u2019XXUSERNAME\u2019<\/div>\n<div><\/div>\n<div><strong>17 &#8211; Data Definitions for XML Publisher Report Template:<\/strong><\/div>\n<div>\n<div>FNDLOAD username\/password@database 0 Y DOWNLOAD $XDO_TOP\/patch\/115\/import\/xdotmpl.lct XXBRPRPOPRINT_XML_DD.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=\u2019XXCUST\u2019 DATA_SOURCE_CODE=\u2019XXBRPRPOPRINT_XML\u2019<\/div>\n<div><\/div>\n<div>Note: UPLOAD command is same for all except replacing the .lct and passing any extra parameters if you want to pass<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>Eg: FNDLOAD username\/password@database\u00a00 Y UPLOAD $FND_TOP\/patch\/115\/import\/corresponding.lct upload_file.ldt<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Generic Loader (FNDLOAD) is a concurrent program that can transfer Oracle Application entity data between database and text file. The loader reads a configuration file to determine which entity to access. In simple words FNDLOAD is used to transfer entity data from one instance\/database to other. For example if you want to move a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,8],"tags":[],"class_list":["post-1826","post","type-post","status-publish","format-standard","hentry","category-articles","category-sysadmin-and-aol"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>oracle apps FNDLOAD to transfer AOL Objects from one instance to other<\/title>\n<meta name=\"description\" content=\"In simple words FNDLOAD is used to transfer entity data from one instance\/database to other.\" \/>\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\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#article\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\"},\"author\":{\"name\":\"Prudhvi\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512\"},\"headline\":\"FNDLOAD to transfer AOL Objects from one instance to other\",\"datePublished\":\"2011-04-17T13:43:42+00:00\",\"dateModified\":\"2014-12-02T08:58:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\"},\"wordCount\":901,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"articleSection\":[\"Articles\",\"Sysadmin and AOL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\",\"url\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\",\"name\":\"oracle apps FNDLOAD to transfer AOL Objects from one instance to other\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#website\"},\"datePublished\":\"2011-04-17T13:43:42+00:00\",\"dateModified\":\"2014-12-02T08:58:06+00:00\",\"description\":\"In simple words FNDLOAD is used to transfer entity data from one instance\/database to other.\",\"breadcrumb\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/erpschools.com\/erps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FNDLOAD to transfer AOL Objects from one instance to other\"}]},{\"@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 apps FNDLOAD to transfer AOL Objects from one instance to other","description":"In simple words FNDLOAD is used to transfer entity data from one instance\/database to other.","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\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other","twitter_misc":{"Written by":"Prudhvi","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#article","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other"},"author":{"name":"Prudhvi","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/dbed9bb7fb66aa7a700fc565da024512"},"headline":"FNDLOAD to transfer AOL Objects from one instance to other","datePublished":"2011-04-17T13:43:42+00:00","dateModified":"2014-12-02T08:58:06+00:00","mainEntityOfPage":{"@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other"},"wordCount":901,"commentCount":8,"publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"articleSection":["Articles","Sysadmin and AOL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#respond"]}]},{"@type":"WebPage","@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other","url":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other","name":"oracle apps FNDLOAD to transfer AOL Objects from one instance to other","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/#website"},"datePublished":"2011-04-17T13:43:42+00:00","dateModified":"2014-12-02T08:58:06+00:00","description":"In simple words FNDLOAD is used to transfer entity data from one instance\/database to other.","breadcrumb":{"@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/erpschools.com\/erps\/articles\/fndload-to-transfer-the-menus-concurrent-programs-personalization-from-one-instance-to-other#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/erpschools.com\/erps"},{"@type":"ListItem","position":2,"name":"FNDLOAD to transfer AOL Objects from one instance to other"}]},{"@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\/1826","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=1826"}],"version-history":[{"count":0,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/1826\/revisions"}],"wp:attachment":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/media?parent=1826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/categories?post=1826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/tags?post=1826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}