DBA Data[Home] [Help]

APPS.RCV_CORRECTION_SV dependencies on RCV_QUANTITIES_S

Line 136: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ( 'CORRECT',

132: /*
133: ** Get the max negative quantity
134: */
135: /*Bug 1548597 */
136: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ( 'CORRECT',
137: x_transaction_id,
138: x_receipt_source_code,
139: x_parent_transaction_type,
140: null,

Line 219: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ( 'CORRECT',

215: /*
216: ** Get the max positive quantity
217: */
218: /*Bug 1548597 */
219: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY ( 'CORRECT',
220: x_transaction_id,
221: x_receipt_source_code,
222: x_parent_transaction_type,
223: grand_parent_id,