DBA Data[Home] [Help]

APPS.CHV_ITEM_ORDERS_S1 dependencies on STANDARD

Line 44: requires this setup based on PO coding standards.

40:
41: NOTES : 1. The reason that x_past_due_qty_primary and
42: x_past_due_qty_purch are in out rather than out
43: parameters is that the select into statement
44: requires this setup based on PO coding standards.
45:
46: OPEN ISSUES : 1. The exception handler seems to be redundant, since
47: it is a select sum statement. Should it be kept?
48: 2. Order_quantity column of chv_item_orders table

Line 88: requires this setup based on PO coding standards.

84:
85: NOTES : 1. The reason that x_authorization_qty_primary and
86: x_authorization_qty are in out rather than out
87: parameters is that the select into statement
88: requires this setup based on PO coding standards.
89:
90: OPEN ISSUES : 1. (Refer to OPEN ISSUES 1 and 2 for procedure
91: get_past_due_qty above).
92: 2. Ask Sri about the second business rule in the