DBA Data[Home] [Help]

APPS.PO_FED_FIELD_FUNCTIONS dependencies on PO_CORE_S3

Line 2872: p_ccr_exp_reason := PO_CORE_S3.get_ccr_exception_reason(l_clm_special_cont_type);

2868: WHERE poh.po_header_id = l_po_header_id;
2869: END IF;
2870: -- Get CCR exception reason from global contract type object in PO_DRAFTS_PVT
2871: IF l_clm_special_cont_type IS NOT NULL THEN
2872: p_ccr_exp_reason := PO_CORE_S3.get_ccr_exception_reason(l_clm_special_cont_type);
2873: END IF;
2874: END IF;
2875:
2876: BEGIN