DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_CONTERMS_WF_PVT

Line 1309: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(

1305: --The control should come here only if po status was successfully
1306: -- changed to Approved in Update_PO_Details
1307: -- Inform Contracts to activate deliverable, now that PO is successfully
1308: -- Changed status to approved
1309: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(
1310: p_po_header_id => l_document_id,
1311: p_signed_date => l_acceptance_date,
1312: x_return_status => l_return_status,
1313: x_msg_data => l_msg_data,

Line 3890: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(

3886: --The control should come here only if po status was successfully
3887: -- changed to Approved in Update_PO_Details
3888: -- Inform Contracts to activate deliverable, now that PO is successfully
3889: -- Changed status to approved
3890: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(
3891: p_po_header_id => p_po_header_id,
3892: p_signed_date => l_acceptance_date,
3893: x_return_status => l_return_status,
3894: x_msg_data => l_msg_data,