DBA Data[Home] [Help]

APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE

Line 142: l_date_low := TRUNC(fnd_date.canonical_to_date(p_date_low));

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');
141:
142: l_date_low := TRUNC(fnd_date.canonical_to_date(p_date_low));
143: l_date_high:= TRUNC(fnd_date.canonical_to_date(p_date_high));
144: --Bug No. 6894340
145: l_ic_org_high:=REPLACE(p_ic_org_high, '''', '''''');
146: l_ic_org_low:=REPLACE(p_ic_org_low, '''', '''''');

Line 143: l_date_high:= TRUNC(fnd_date.canonical_to_date(p_date_high));

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');
141:
142: l_date_low := TRUNC(fnd_date.canonical_to_date(p_date_low));
143: l_date_high:= TRUNC(fnd_date.canonical_to_date(p_date_high));
144: --Bug No. 6894340
145: l_ic_org_high:=REPLACE(p_ic_org_high, '''', '''''');
146: l_ic_org_low:=REPLACE(p_ic_org_low, '''', '''''');
147: IF p_create_summary_journals = 'Y' THEN