DBA Data[Home] [Help]

APPS.CN_UPG_PMT_REASONS_PKG dependencies on CN_PAYRUNS_ALL

Line 148: (select 1 from cn_payruns_all

144: and (updated_table = 'CN_PAYMENT_WORKSHEETS' and not exists
145: (select 1 from cn_payment_worksheets_all
146: where payment_worksheet_id = upd_table_id)
147: or updated_table = 'CN_PAYRUNS' and not exists
148: (select 1 from cn_payruns_all
149: where payrun_id = upd_table_id));
150:
151: -- collect data to upgrade
152: fnd_file.put_line(FND_FILE.LOG, 'About to collect data to upgrade');