DBA Data[Home] [Help]

APPS.FV_DISB_IN_TRANSIT dependencies on FND_FLEX_EXT

Line 18: a_segments fnd_flex_ext.SegmentArray;

14: c_key_flex_code VARCHAR2(4);
15: -- v_flex_num gl_sets_of_books.chart_of_accounts_id%TYPE;
16: v_flux_num gl_ledgers_public_v.chart_of_accounts_id%TYPE;
17: v_segment_value VARCHAR2(25);
18: a_segments fnd_flex_ext.SegmentArray;
19: gl_seg_name VARCHAR2(30);
20:
21: -- AKA, 8/10/99, moved declaration globally
22: v_treasury_confirmation_id NUMBER;

Line 313: --a_segments fnd_flex_ext.SegmentArray;

309: v_segment_name VARCHAR2(30);
310: v_chart_of_accounts_id gl_ledgers_public_v.chart_of_accounts_id%TYPE;
311: c_flex_qual_name VARCHAR2(10);
312: v_n_segments NUMBER;
313: --a_segments fnd_flex_ext.SegmentArray;
314: --LGOEL: Change the declaration for these two variables
315: /*
316: v_amount ap_payment_distributions.amount%TYPE;
317: v_combination_id ap_payment_distributions.dist_code_combination_id%TYPE;

Line 796: -- a_segments fnd_flex_ext.SegmentArray;

792: v_credit_amount gl_je_lines.entered_dr%TYPE;
793: v_debit_amount gl_je_lines.entered_cr%TYPE;
794: v_cc_id gl_je_lines.code_combination_id%TYPE;
795: v_n_segments NUMBER;
796: -- a_segments fnd_flex_ext.SegmentArray;
797: v_boolean BOOLEAN;
798: c_reference1 gl_interface.reference1%TYPE;
799: v_tc_id gl_interface.reference1%TYPE;
800: v_check_id ap_checks.check_id%TYPE;