DBA Data[Home] [Help]

APPS.JAI_PO_DA_TRIGGER_PKG dependencies on STANDARD

Line 18: --when Standard PO is created from a Standrad Requisition using AutoCreate.

14: PROCEDURE ARI_T1 ( pr_old t_rec%type , pr_new t_rec%type , pv_action varchar2 , pv_return_code out nocopy varchar2 , pv_return_message out nocopy varchar2 ) IS
15: /* About this Trigger Creation Date : 20-Apr-2001 Ramakrishna*/
16:
17: --This trigger is used to default the taxes
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

Line 20: --When Standard PO is created from a Standard Requisition

16:
17: --This trigger is used to default the taxes
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

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: