DBA Data[Home] [Help]

APPS.FV_1219_TRANSACTIONS dependencies on AR_MISC_CASH_DISTRIBUTIONS_ALL

Line 1797: /* Start for je_source is Receivables, based on AR_MISC_CASH_DISTRIBUTIONS_ALL */

1793:
1794: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'End of Insert
1795: for je_source is Receivables , based on AR_RECEIVABLE_APPLICATIONS_ALL ');
1796:
1797: /* Start for je_source is Receivables, based on AR_MISC_CASH_DISTRIBUTIONS_ALL */
1798:
1799: l_string2 := 'SELECT
1800: fv_sf1219_temp_s.NEXTVAL,
1801: glb.je_batch_id,

Line 1851: AR_MISC_CASH_DISTRIBUTIONS_ALL arm,

1847: fv_sf1219_definitions_accts fda,
1848: fv_fund_parameters ffp,
1849: fv_treasury_symbols fts,
1850: ar_distributions_all ard,
1851: AR_MISC_CASH_DISTRIBUTIONS_ALL arm,
1852: gl_import_references glir,
1853: xla_ae_headers xah,
1854: xla_ae_lines xal,
1855: xla_events xet,

Line 1972: /* END for je_source is Receivables, based on AR_MISC_CASH_DISTRIBUTIONS_ALL */

1968: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,
1969: l_module_name,'1. NUMBER OF ROWS INSERTED: '||l_row);
1970: END IF;
1971:
1972: /* END for je_source is Receivables, based on AR_MISC_CASH_DISTRIBUTIONS_ALL */
1973:
1974: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'End of Insert
1975: for je_source is Receivables , based on AR_MISC_CASH_DISTRIBUTIONS_ALL ');
1976:

Line 1975: for je_source is Receivables , based on AR_MISC_CASH_DISTRIBUTIONS_ALL ');

1971:
1972: /* END for je_source is Receivables, based on AR_MISC_CASH_DISTRIBUTIONS_ALL */
1973:
1974: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'End of Insert
1975: for je_source is Receivables , based on AR_MISC_CASH_DISTRIBUTIONS_ALL ');
1976:
1977:
1978: no_of_tran := 0;
1979:

Line 2659: 'Checking in Ar_Misc_Cash_Distributions_All table.');

2655: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,
2656: l_module_name,' FOR MISC RECEIPT: ' ||
2657: 'CASH RECEIPT HIST ID DOES NOT '||
2658: 'exist in Ar_Cash_Receipt_History_All table. ' ||
2659: 'Checking in Ar_Misc_Cash_Distributions_All table.');
2660: END IF;
2661: l_exists := 'M';
2662:
2663: ELSE

Line 2771: FROM Ar_Misc_Cash_Distributions_All

2767: THEN
2768: BEGIN
2769: SELECT 'Y'
2770: INTO l_exists
2771: FROM Ar_Misc_Cash_Distributions_All
2772: WHERE misc_cash_distribution_id =
2773: TO_NUMBER(l_cash_receipt_hist_id)
2774: AND org_id = p_def_org_id;
2775:

Line 2781: 'Ar_Misc_Cash_Distributions_All table and is '||

2777: FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2778: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,
2779: l_module_name,
2780: ' MISC CASH DISTRIBUTION ID EXISTS IN '||
2781: 'Ar_Misc_Cash_Distributions_All table and is '||
2782: TO_NUMBER(l_cash_receipt_hist_id));
2783: END IF;
2784:
2785: vl_misc_cd_flag := 'Y';