DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on STANDARD

Line 24: * a) shipment level (For Standard, Planned PO).

20: * Algorithm:
21: * The program will first validate the reschedule using existing PO
22: * form logic, if it passes the validation, then the function will
23: * change in the
24: * a) shipment level (For Standard, Planned PO).
25: * b) shipment level. (For blanket, scheduled release).
26: * Update corresponding tables, archive the changes, and launch the
27: * PO reapproval workflow process.
28: *

Line 102: and poll.shipment_type in ('STANDARD', 'PLANNED') --885536

98: --
99: -- Remove TRUNC() on both sides
100: and nvl(poll.promised_date,poll.need_by_date) = X_need_by_date_old
101: --
102: and poll.shipment_type in ('STANDARD', 'PLANNED') --885536
103: for update of poll.need_by_date;
104:
105: Function RESCHEDULE( X_need_by_date_old date,
106: X_need_by_date date,