DBA Data[Home] [Help]

APPS.IGIRCBID dependencies on IGI_AR_MISC_CASH_DISTS_ALL

Line 395: from igi_ar_misc_cash_dists_all igi

391: FUNCTION IsRecordCopiedBefore ( fp_mcd_id in number) return boolean
392: IS
393: CURSOR c_mcd is
394: select 'x'
395: from igi_ar_misc_cash_dists_all igi
396: where igi.misc_cash_distribution_id = fp_mcd_id
397: ;
398: BEGIN
399: FOR l_mcd IN c_mcd LOOP

Line 416: INSERT INTO igi_ar_misc_cash_dists_all (

412: FOR RMcd IN CMcd
413: LOOP
414: -- first create the debit in gl_interface to the account_code_combination_id
415: IF NOT IsRecordCopiedBefore (Rmcd.misc_cash_distribution_id) THEN
416: INSERT INTO igi_ar_misc_cash_dists_all (
417: misc_cash_distribution_id
418: , arc_posting_control_id
419: , last_update_date
420: , last_updated_by