DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_CLM_CAR_UTIL

Line 688: --call the PO_CLM_CAR_UTIL.car_for_control_type to set the CAR for only MIPR Own type

684: );
685:
686:
687: --<>
688: --call the PO_CLM_CAR_UTIL.car_for_control_type to set the CAR for only MIPR Own type
689: --Update the obligation type only if the action is 'New Award'
690: l_clm_mipr_type := POR_UTIL_PKG.G_REQ_TYPE;
691: IF Nvl(l_clm_mipr_type,'PR') = 'MIPR' AND l_draft_id = -1
692: THEN

Line 698: PO_CLM_CAR_UTIL.car_for_control_type

694: UPDATE po_headers_all
695: SET CLM_SPECIAL_CONTRACT_TYPE = 'OBLIGATION_DOC'
696: WHERE po_header_id = po_autocreate_params.g_po_header_id;
697:
698: PO_CLM_CAR_UTIL.car_for_control_type
699: ( p_po_header_id => po_autocreate_params.g_po_header_id,
700: p_draft_id => l_draft_id,
701: p_special_contract_type => 'OBLIGATION_DOC'
702: );