DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_ACCEPTANCES_INS_PVT

Line 1200: l_progress := 'PO_SIGNATURE_PVT.Post_Signature: before call to PO_ACCEPTANCES_INS_PVT.insert_row';

1196: POS_ACK_PO.Acknowledge_promise_date(null,l_document_id,null,l_revision_num,l_user_id);
1197: END IF;
1198: END IF;
1199: IF (g_po_wf_debug = 'Y') THEN
1200: l_progress := 'PO_SIGNATURE_PVT.Post_Signature: before call to PO_ACCEPTANCES_INS_PVT.insert_row';
1201: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
1202: END IF;
1203: -- CLM Apprvl...added the parameter p_draft_id
1204: /* In case of proxy signature mode the supplier contact name, title and signed date must be recorded in po_acceptances */

Line 1206: PO_ACCEPTANCES_INS_PVT.insert_row(

1202: END IF;
1203: -- CLM Apprvl...added the parameter p_draft_id
1204: /* In case of proxy signature mode the supplier contact name, title and signed date must be recorded in po_acceptances */
1205:
1206: PO_ACCEPTANCES_INS_PVT.insert_row(
1207: x_rowid => l_rowid,
1208: x_acceptance_id => l_acceptance_id,
1209: p_creation_date => sysdate,
1210: p_created_by => fnd_global.user_id,