DBA Data[Home] [Help]

APPS.AR_CASH_RECEIPT_PRINT_PKG dependencies on AR_CASH_RECEIPTS_ALL

Line 229: /* This procedure marks global_attrbute20 of table ar_cash_receipts_all

225: return TRUE;
226:
227: END;
228:
229: /* This procedure marks global_attrbute20 of table ar_cash_receipts_all
230: for its print status */
231: PROCEDURE update_ar_cash_receipts
232: IS
233:

Line 238: UPDATE ar_cash_receipts_all

234: BEGIN
235:
236: IF p_copy_or_original='Original' THEN
237:
238: UPDATE ar_cash_receipts_all
239: SET global_attribute20 = 'Printed'
240: WHERE cash_receipt_id in (SELECT cash_receipt_id
241: FROM AR_IL_CASH_RECEIPTS_GT);
242: