DBA Data[Home] [Help]

APPS.JAI_PO_DA_TRIGGER_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 22: -- PO_DISTRIBUTIONS_ALL

18: --when Standard PO is created from a Standrad Requisition using AutoCreate.
19:
20: --When Standard PO is created from a Standard Requisition
21: --Using AutoCreate, AutoCreate inserts details into PO_HEADERS_ALL,PO_LINE_LOCATIONS_ALL,
22: -- PO_DISTRIBUTIONS_ALL
23:
24: --In PO_DISTRIBUTIONS_ALL , REQ_DISTRIBUTION_ID will be same as
25: --DISTRIBUTION_ID in PO_REQ_DISTRIBUTIONS_ALL and REQ_DISTRIBUTION_ID is inserted into
26: --PO_DISTRIBUTIONS_ALL only when Standard PO is created from a Standard Requisition using

Line 24: --In PO_DISTRIBUTIONS_ALL , REQ_DISTRIBUTION_ID will be same as

20: --When Standard PO is created from a Standard Requisition
21: --Using AutoCreate, AutoCreate inserts details into PO_HEADERS_ALL,PO_LINE_LOCATIONS_ALL,
22: -- PO_DISTRIBUTIONS_ALL
23:
24: --In PO_DISTRIBUTIONS_ALL , REQ_DISTRIBUTION_ID will be same as
25: --DISTRIBUTION_ID in PO_REQ_DISTRIBUTIONS_ALL and REQ_DISTRIBUTION_ID is inserted into
26: --PO_DISTRIBUTIONS_ALL only when Standard PO is created from a Standard Requisition using
27: --AutoCreate, other wise it should be null.
28:

Line 26: --PO_DISTRIBUTIONS_ALL only when Standard PO is created from a Standard Requisition using

22: -- PO_DISTRIBUTIONS_ALL
23:
24: --In PO_DISTRIBUTIONS_ALL , REQ_DISTRIBUTION_ID will be same as
25: --DISTRIBUTION_ID in PO_REQ_DISTRIBUTIONS_ALL and REQ_DISTRIBUTION_ID is inserted into
26: --PO_DISTRIBUTIONS_ALL only when Standard PO is created from a Standard Requisition using
27: --AutoCreate, other wise it should be null.
28:
29: --This trigger will not fire if the user creates Requisition using Requisition Localized screen.
30: