DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_REPOSITORIES

Line 990: l_payables_flag cn_repositories.payables_flag%TYPE;

986: l_quota_id NUMBER;
987: l_pmt_trans_rec cn_pmt_trans_pkg.pmt_trans_rec_type;
988: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
989: --Bug 3866089 (the same as 11.5.8 bug 3841926, 11.5.10 3866116) by Julia Huang on 9/1/04.
990: l_payables_flag cn_repositories.payables_flag%TYPE;
991: l_pmt_tran_id cn_payment_transactions.payment_transaction_id%TYPE;
992:
993: CURSOR get_apps
994: IS

Line 996: FROM cn_repositories

992:
993: CURSOR get_apps
994: IS
995: SELECT payables_flag
996: FROM cn_repositories
997: --R12
998: WHERE org_id = p_org_id;
999:
1000: -- Payrun Curs