DBA Data[Home] [Help]

APPS.FV_SLA_AP_PROCESSING_PKG dependencies on FV_TREASURY_SYMBOLS

Line 70: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;

66: l_ledger_info fv_sla_utl_processing_pkg.LedgerRecType;
67: l_fund_value VARCHAR(30);
68: l_account_value VARCHAR2(30);
69: l_bfy_value VARCHAR2(30);
70: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;
71: l_pya_type VARCHAR2(20);
72: l_ccid NUMBER;
73: l_po_code_combination_id NUMBER;
74: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;

Line 74: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;

70: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;
71: l_pya_type VARCHAR2(20);
72: l_ccid NUMBER;
73: l_po_code_combination_id NUMBER;
74: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;
75: l_fund_type fv_treasury_symbols.fund_type%TYPE;
76: l_rec_attribute_cat fv_ar_acc_category_map_dtl.transaction_category%TYPE;
77: l_fed_non_fed_ind VARCHAR2(1);
78: l_advance_required VARCHAR2(1);

Line 75: l_fund_type fv_treasury_symbols.fund_type%TYPE;

71: l_pya_type VARCHAR2(20);
72: l_ccid NUMBER;
73: l_po_code_combination_id NUMBER;
74: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;
75: l_fund_type fv_treasury_symbols.fund_type%TYPE;
76: l_rec_attribute_cat fv_ar_acc_category_map_dtl.transaction_category%TYPE;
77: l_fed_non_fed_ind VARCHAR2(1);
78: l_advance_required VARCHAR2(1);
79: l_advance_amount NUMBER;

Line 526: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;

522: l_ledger_info fv_sla_utl_processing_pkg.LedgerRecType;
523: l_fund_value VARCHAR(30);
524: l_account_value VARCHAR2(30);
525: l_bfy_value VARCHAR2(30);
526: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;
527: l_pya_type VARCHAR2(20);
528: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;
529: l_org_info fv_sla_utl_processing_pkg.OrgRecType;
530: l_bank_info fv_sla_utl_processing_pkg.BankRecType;

Line 528: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;

524: l_account_value VARCHAR2(30);
525: l_bfy_value VARCHAR2(30);
526: l_treasury_symbol fv_treasury_symbols.treasury_symbol%TYPE;
527: l_pya_type VARCHAR2(20);
528: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;
529: l_org_info fv_sla_utl_processing_pkg.OrgRecType;
530: l_bank_info fv_sla_utl_processing_pkg.BankRecType;
531: l_process_row BOOLEAN := TRUE;
532: l_fund_type fv_treasury_symbols.fund_type%TYPE;

Line 532: l_fund_type fv_treasury_symbols.fund_type%TYPE;

528: l_no_pya_acct_flag fv_treasury_symbols.no_pya_acct_flag%TYPE;
529: l_org_info fv_sla_utl_processing_pkg.OrgRecType;
530: l_bank_info fv_sla_utl_processing_pkg.BankRecType;
531: l_process_row BOOLEAN := TRUE;
532: l_fund_type fv_treasury_symbols.fund_type%TYPE;
533: l_rec_attribute_cat fv_ar_acc_category_map_dtl.transaction_category%TYPE;
534: l_fed_non_fed_ind VARCHAR2(1);
535: l_advance_required VARCHAR2(1);
536: l_advance_amount NUMBER;