DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_PRD_RESOURCE_TRANX_PVT

Line 405: l_x_res_txn_tbl AHL_PRD_RESOURCE_TRANX_PVT.PRD_RESOURCE_TXNS_TBL;

401: l_clob_size NUMBER;
402:
403:
404: context DBMS_XMLGEN.ctxHandle;
405: l_x_res_txn_tbl AHL_PRD_RESOURCE_TRANX_PVT.PRD_RESOURCE_TXNS_TBL;
406:
407: BEGIN
408: --set the operating unit.
409: mo_global.init('AHL');

Line 881: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get

877: 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);
878: /********************************************************************
879: * Create XML data for resource transactions
880: ********************************************************************/
881: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get
882: --resource transaction details for the operation as follows.
883:
884: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(
885: P_api_version => 1.0,

Line 884: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(

880: ********************************************************************/
881: --Invoke AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults to get
882: --resource transaction details for the operation as follows.
883:
884: AHL_PRD_RESOURCE_TRANX_PVT.Get_Resource_Txn_Defaults(
885: P_api_version => 1.0,
886: P_init_msg_list => FND_API.G_FALSE,
887: p_module_type => null,
888: x_return_status => x_return_status,