DBA Data[Home] [Help]

APPS.INV_COPY_ORGANIZATION_REPORT dependencies on STANDARD

Line 26: --| to Validate StandardOperations created for new org |

22: --| supported for version 8i. |
23: --| 12/04/2005 shpandey Added a function Get_Err_Wip_Acc_Classes for |
24: --| supporting Wip Accounting Classes entity for R12 |
25: --| 21/02/2007 myerrams Bug5592181 Added New function Get_Err_StdOperations|
26: --| to Validate StandardOperations created for new org |
27: --| against those in model org. |
28: --+===========================================================================+
29: --=============================================================================
30: -- TYPE DECLARATIONS

Line 97: -- p_api_version REQUIRED. As per standards.

93: -- DESCRIPTION : Main method called from Before_Report trigger of the report.
94: -- Calls initialize(), Validate_Locs() and Validate_Orgs()
95: -- functions to generate report data.
96: -- PARAMETERS :
97: -- p_api_version REQUIRED. As per standards.
98: -- p_init_msg_list REQUIRED. As per standards.
99: -- p_commit REQUIRED. As per standards.
100: -- x_return_status REQUIRED. Value can be
101: -- FND_API.G_RET_STS_SUCCESS

Line 98: -- p_init_msg_list REQUIRED. As per standards.

94: -- Calls initialize(), Validate_Locs() and Validate_Orgs()
95: -- functions to generate report data.
96: -- PARAMETERS :
97: -- p_api_version REQUIRED. As per standards.
98: -- p_init_msg_list REQUIRED. As per standards.
99: -- p_commit REQUIRED. As per standards.
100: -- x_return_status REQUIRED. Value can be
101: -- FND_API.G_RET_STS_SUCCESS
102: -- FND_API.G_RET_STS_ERROR

Line 99: -- p_commit REQUIRED. As per standards.

95: -- functions to generate report data.
96: -- PARAMETERS :
97: -- p_api_version REQUIRED. As per standards.
98: -- p_init_msg_list REQUIRED. As per standards.
99: -- p_commit REQUIRED. As per standards.
100: -- x_return_status REQUIRED. Value can be
101: -- FND_API.G_RET_STS_SUCCESS
102: -- FND_API.G_RET_STS_ERROR
103: -- FND_API.G_RET_STS_UNEXP_ERROR

Line 104: -- x_msg_count REQUIRED. As per standards.

100: -- x_return_status REQUIRED. Value can be
101: -- FND_API.G_RET_STS_SUCCESS
102: -- FND_API.G_RET_STS_ERROR
103: -- FND_API.G_RET_STS_UNEXP_ERROR
104: -- x_msg_count REQUIRED. As per standards.
105: -- x_msg_data REQUIRED. As per standards.
106: -- p_group_code REQUIRED. Group code created for Copy Org request.
107: -- p_model_org_code REQUIRED. Model organization to copy from.
108: -- p_organization_code REQUIRED. New organization to be created.

Line 105: -- x_msg_data REQUIRED. As per standards.

101: -- FND_API.G_RET_STS_SUCCESS
102: -- FND_API.G_RET_STS_ERROR
103: -- FND_API.G_RET_STS_UNEXP_ERROR
104: -- x_msg_count REQUIRED. As per standards.
105: -- x_msg_data REQUIRED. As per standards.
106: -- p_group_code REQUIRED. Group code created for Copy Org request.
107: -- p_model_org_code REQUIRED. Model organization to copy from.
108: -- p_organization_code REQUIRED. New organization to be created.
109: -- p_copy_boms REQUIRED. Flag indicating to Copy BOMs.

Line 307: -- DESCRIPTION : Validate StandardOperations created for new org against

303:
304: --=============================================================================
305: -- FUNCTION NAME : Get_Err_StdOperations
306: -- PRE-CONDITIONS: None.
307: -- DESCRIPTION : Validate StandardOperations created for new org against
308: -- those in model org.
309: -- PARAMETERS : None.
310: -- EXCEPTIONS : None.
311: --