DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on POS_ACK_PO

Line 7601: POS_ACK_PO.Acknowledge_promise_date(NULL,x_document_id,NULL,x_revision_num,x_user_id);

7597: itemkey => itemkey, aname => 'BUYER_USER_ID');
7598: -- Default only when the profile option is set
7599: IF( g_default_promise_date = 'Y') THEN
7600: IF(x_document_type_code <> 'RELEASE') THEN -- RDP
7601: POS_ACK_PO.Acknowledge_promise_date(NULL,x_document_id,NULL,x_revision_num,x_user_id);
7602: ELSE
7603: POS_ACK_PO.Acknowledge_promise_date(NULL,x_po_header_id,x_document_id,x_revision_num,x_user_id);
7604: END IF;
7605: END IF;

Line 7603: POS_ACK_PO.Acknowledge_promise_date(NULL,x_po_header_id,x_document_id,x_revision_num,x_user_id);

7599: IF( g_default_promise_date = 'Y') THEN
7600: IF(x_document_type_code <> 'RELEASE') THEN -- RDP
7601: POS_ACK_PO.Acknowledge_promise_date(NULL,x_document_id,NULL,x_revision_num,x_user_id);
7602: ELSE
7603: POS_ACK_PO.Acknowledge_promise_date(NULL,x_po_header_id,x_document_id,x_revision_num,x_user_id);
7604: END IF;
7605: END IF;
7606: -- insert acceptance record.
7607: Insert_Acc_Rejection_Row(itemtype, itemkey, actid, 'Y');