DBA Data[Home] [Help]

APPS.FV_1219_TRANSACTIONS dependencies on FV_TREASURY_SYMBOLS

Line 621: fv_treasury_symbols fts

617: gl_je_lines gll,
618: gl_code_combinations gcc,
619: fv_sf1219_definitions_accts fda,
620: fv_fund_parameters ffp,
621: fv_treasury_symbols fts
622:
623: WHERE gll.effective_date <= :b_end_date1
624: AND glh.currency_code = :b_currency_code
625: AND glb.status = ''P''

Line 776: fv_treasury_symbols fts,

772: gl_je_lines gll,
773: gl_code_combinations gcc,
774: fv_sf1219_definitions_accts fda,
775: fv_fund_parameters ffp,
776: fv_treasury_symbols fts,
777: ap_invoices_all ai,
778: ap_invoice_distributions_all aid,
779: ap_invoice_payments_all aip,
780: ap_payment_hist_dists aphd,

Line 955: fv_treasury_symbols fts,

951: gl_je_lines gll,
952: gl_code_combinations gcc,
953: fv_sf1219_definitions_accts fda,
954: fv_fund_parameters ffp,
955: fv_treasury_symbols fts,
956: ap_invoices_all ai,
957: ap_invoice_distributions_all aid,
958: ap_invoice_payments_all aip,
959: gl_import_references glir,

Line 1135: fv_treasury_symbols fts,

1131: gl_je_lines gll,
1132: gl_code_combinations gcc,
1133: fv_sf1219_definitions_accts fda,
1134: fv_fund_parameters ffp,
1135: fv_treasury_symbols fts,
1136: ap_invoice_distributions_all aid,
1137: ap_invoice_payments_all aip,
1138: ap_payment_hist_dists aphd,
1139: gl_import_references glir,

Line 1312: fv_treasury_symbols fts,

1308: gl_je_lines gll,
1309: gl_code_combinations gcc,
1310: fv_sf1219_definitions_accts fda,
1311: fv_fund_parameters ffp,
1312: fv_treasury_symbols fts,
1313: gl_import_references glir,
1314: xla_ae_headers xah,
1315: xla_ae_lines xal,
1316: xla_events xet,

Line 1488: fv_treasury_symbols fts,

1484: gl_je_lines gll,
1485: gl_code_combinations gcc,
1486: fv_sf1219_definitions_accts fda,
1487: fv_fund_parameters ffp,
1488: fv_treasury_symbols fts,
1489: ar_distributions_all ard,
1490: ar_cash_receipt_history_all arch,
1491: gl_import_references glir,
1492: xla_ae_headers xah,

Line 1669: fv_treasury_symbols fts,

1665: gl_je_lines gll,
1666: gl_code_combinations gcc,
1667: fv_sf1219_definitions_accts fda,
1668: fv_fund_parameters ffp,
1669: fv_treasury_symbols fts,
1670: ar_distributions_all ard,
1671: AR_RECEIVABLE_APPLICATIONS_ALL arr,
1672: gl_import_references glir,
1673: xla_ae_headers xah,

Line 1849: fv_treasury_symbols fts,

1845: gl_je_lines gll,
1846: gl_code_combinations gcc,
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,

Line 5000: old_tsymbol fv_treasury_symbols.treasury_symbol%TYPE;

4996:
4997: max_supplement_number NUMBER;
4998: v_stmt VARCHAR2(2000);
4999: v_rec_count NUMBER;
5000: old_tsymbol fv_treasury_symbols.treasury_symbol%TYPE;
5001: old_line_num NUMBER;
5002: v_line_count NUMBER;
5003: v_entry_number NUMBER;
5004: v_total_line_count NUMBER;