DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_CONTERMS_WF_PVT

Line 1009: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(

1005: --The control should come here only if po status was successfully
1006: -- changed to Approved in Update_PO_Details
1007: -- Inform Contracts to activate deliverable, now that PO is successfully
1008: -- Changed status to approved
1009: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(
1010: p_po_header_id => l_document_id,
1011: p_signed_date => l_acceptance_date,
1012: x_return_status => l_return_status,
1013: x_msg_data => l_msg_data,

Line 3147: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(

3143: --The control should come here only if po status was successfully
3144: -- changed to Approved in Update_PO_Details
3145: -- Inform Contracts to activate deliverable, now that PO is successfully
3146: -- Changed status to approved
3147: PO_CONTERMS_WF_PVT.UPDATE_CONTRACT_TERMS(
3148: p_po_header_id => p_po_header_id,
3149: p_signed_date => l_acceptance_date,
3150: x_return_status => l_return_status,
3151: x_msg_data => l_msg_data,