DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on GL_JE_HEADERS

Line 688: vl_je_source gl_je_headers.je_source%TYPE;

684: vl_pub_ctrl NUMBER(15):=0;
685: vl_segment varchar2(30);
686: vl_exception_cat NUMBER := 0;
687:
688: vl_je_source gl_je_headers.je_source%TYPE;
689: vl_pl_code VARCHAR2(150);
690: vl_tr_main_acct VARCHAR2(150);
691: vl_tr_dept_id VARCHAR2(150);
692: vl_advance_type VARCHAR2(150);

Line 1223: gl_je_headers gjh

1219: va_pl_code_col || va_tr_main_acct_col || va_tr_dept_id_col ||
1220: va_advance_type_col ||
1221: ' From gl_je_lines gjl,
1222: gl_code_combinations glcc,
1223: gl_je_headers gjh
1224: Where gjl.code_combination_id = glcc.code_combination_id
1225: AND glcc.code_combination_id = :ccid ';
1226:
1227: vl_legis_select := vl_legis_select ||