DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_REQ_DISTRIBUTIONS_S

Line 3836: -- ID = PO_REQ_DISTRIBUTIONS_S.NEXTVAL,

3832: -- Create requisition distributions to take the quantity
3833: -- that was ordered but not billed/delivered for the given
3834: -- req line.
3835: -- Insert into PO_REQ_DISTRIBUTIONS.
3836: -- ID = PO_REQ_DISTRIBUTIONS_S.NEXTVAL,
3837: -- requisition_line_id = new_line_id,
3838: -- quantity = quantity_cancelled from associated po_distribution.
3839: -- source_req_dist_id = PORD.distribution_id
3840:

Line 3967: PO_REQ_DISTRIBUTIONS_S.NEXTVAL,

3963: ORG_ID ,
3964: prevent_encumbrance_flag
3965: )
3966: SELECT
3967: PO_REQ_DISTRIBUTIONS_S.NEXTVAL,
3968: SYSDATE ,
3969: p_user_id ,
3970: p_req_line_id ,
3971: PORD.set_of_books_id ,