DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_PRD_RESOURCE_TRANX_PVT

Line 377: l_x_res_txn_tbl AHL_PRD_RESOURCE_TRANX_PVT.PRD_RESOURCE_TXNS_TBL;

373: l_clob_size NUMBER;
374:
375:
376: context DBMS_XMLGEN.ctxHandle;
377: l_x_res_txn_tbl AHL_PRD_RESOURCE_TRANX_PVT.PRD_RESOURCE_TXNS_TBL;
378:
379: BEGIN
380: --set the operating unit.
381: mo_global.init('AHL');

Line 853: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get

849: dbms_lob.copy(l_merged_lob, l_op_lob, dbms_lob.getlength(l_op_lob), dbms_lob.getlength(l_merged_lob)+1, l_offset+ 1);
850: /********************************************************************
851: * Create XML data for resource transactions
852: ********************************************************************/
853: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get
854: --resource transaction details for the operation as follows.
855:
856: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(
857: P_api_version => 1.0,

Line 856: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(

852: ********************************************************************/
853: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get
854: --resource transaction details for the operation as follows.
855:
856: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(
857: P_api_version => 1.0,
858: P_init_msg_list => FND_API.G_FALSE,
859: p_module_type => null,
860: x_return_status => x_return_status,