Showing posts with label BC4J Package Structure. Show all posts
Showing posts with label BC4J Package Structure. Show all posts

Tuesday, June 19, 2012

BC4J Package Structures

BC4J Package Structures

1.    Entity Object

Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.schema.server

Ex: xyz.oracle.apps.xxcust.empmgmt.schema.server

2. View Object & Application Module

Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.erver

Ex: xyz.oracle.apps.xxcust.empmgmt.server

3.    page & Controller

Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.webui

Ex: xyz.oracle.apps.xxcust.empmgmt.webui

4.    LOV VO & LOVAM
                  
Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.lov.server
Ex: xyz.oracle.apps.xxcust.empmgmt.lov.server

5.    Lov Regions

Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.lov.webui
Ex: xyz.oracle.apps.xxcust.empmgmt.lov.webui


6.     Pick List VO

Syntax:  <thirdparty>.oracle.apps.applshortname.componentname.<subcomp>.picklist.server
Ex: xyz.oracle.apps.xxcust.empmgmt. picklist.server