DBA Data[Home] [Help]

APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_SOURCES_TL

Line 69: l_source gl_je_sources_tl.user_je_source_name%TYPE;

65:
66: )
67: IS
68: p_request_id number;
69: l_source gl_je_sources_tl.user_je_source_name%TYPE;
70: l_category gl_je_categories_tl.user_je_category_name%TYPE;
71: l_date_low date;
72: l_date_high date;
73: l_init_sysdate date;

Line 136: select user_je_source_name into l_source from gl_je_sources_tl where

132:
133: BEGIN
134: p_request_id := FND_GLOBAL.CONC_REQUEST_ID;
135:
136: select user_je_source_name into l_source from gl_je_sources_tl where
137: je_source_name = 'Global Intercompany' and language = USERENV('LANG');
138:
139: select user_je_category_name into l_category from gl_je_categories_tl where
140: je_category_name = 'Global Intercompany' and language = USERENV('LANG');