DBA Data[Home] [Help]

APPS.AR_CMGT_AGING dependencies on AR_TRX_BAL_SUMMARY

Line 696: ( select distinct currency from ar_trx_bal_summary);

692: ELSE
693: -- populate temp table with all currency. may not be a good soulution
694: -- to take this approach. Would be better to have another cursor.
695: INSERT INTO ar_cmgt_curr_usage_gt(currency)
696: ( select distinct currency from ar_trx_bal_summary);
697: END IF; */
698: INSERT INTO ar_cmgt_curr_usage_gt(currency)
699: ( select distinct currency from ar_trx_bal_summary);
700: END IF;

Line 699: ( select distinct currency from ar_trx_bal_summary);

695: INSERT INTO ar_cmgt_curr_usage_gt(currency)
696: ( select distinct currency from ar_trx_bal_summary);
697: END IF; */
698: INSERT INTO ar_cmgt_curr_usage_gt(currency)
699: ( select distinct currency from ar_trx_bal_summary);
700: END IF;
701:
702: --
703: -- Get the aging buckets definition.