DBA Data[Home] [Help]

APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_SOURCES_TL

Line 61: l_source gl_je_sources_tl.user_je_source_name%TYPE;

57:
58: )
59: IS
60: p_request_id number;
61: l_source gl_je_sources_tl.user_je_source_name%TYPE;
62: l_category gl_je_categories_tl.user_je_category_name%TYPE;
63: l_date_low date;
64: l_date_high date;
65: l_init_sysdate date;

Line 128: select user_je_source_name into l_source from gl_je_sources_tl where

124:
125: BEGIN
126: p_request_id := FND_GLOBAL.CONC_REQUEST_ID;
127:
128: select user_je_source_name into l_source from gl_je_sources_tl where
129: je_source_name = 'Global Intercompany' and language = USERENV('LANG');
130:
131: select user_je_category_name into l_category from gl_je_categories_tl where
132: je_category_name = 'Global Intercompany' and language = USERENV('LANG');