DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_CLM_CLO_UTIL

Line 1078: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_CLM_CLO_UTIL.Check_Uda_Enabled';

1074: INTO l_functional_area_code, l_document_type_code, l_document_style_id
1075: FROM po_headers_all
1076: WHERE PO_HEADER_ID = p_document_id;
1077:
1078: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_CLM_CLO_UTIL.Check_Uda_Enabled';
1079: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1080: PO_CLM_CLO_UTIL.Check_Uda_Enabled
1081: (
1082: p_functional_area_code => l_functional_area_code

Line 1080: PO_CLM_CLO_UTIL.Check_Uda_Enabled

1076: WHERE PO_HEADER_ID = p_document_id;
1077:
1078: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_CLM_CLO_UTIL.Check_Uda_Enabled';
1079: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1080: PO_CLM_CLO_UTIL.Check_Uda_Enabled
1081: (
1082: p_functional_area_code => l_functional_area_code
1083: ,p_document_type_code => l_document_type_code
1084: ,p_document_style_id => l_document_style_id