DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on GL_JE_HEADERS

Line 764: vl_je_source gl_je_headers.je_source%TYPE;

760:
761:
762: vl_exception_cat NUMBER := 0;
763:
764: vl_je_source gl_je_headers.je_source%TYPE;
765: vl_pl_code VARCHAR2(150);
766: vl_tr_main_acct VARCHAR2(150);
767: vl_tr_dept_id VARCHAR2(150);
768: vl_advance_type VARCHAR2(150);

Line 1346: gl_je_headers gjh

1342: va_pl_code_col || va_tr_main_acct_col || va_tr_dept_id_col ||
1343: va_advance_type_col ||
1344: ' From gl_je_lines gjl,
1345: gl_code_combinations glcc,
1346: gl_je_headers gjh
1347: Where gjl.code_combination_id = glcc.code_combination_id
1348: AND glcc.code_combination_id = :ccid ';
1349:
1350: vl_legis_select := vl_legis_select ||