DBA Data[Home] [Help]

APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE

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

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');
133:
134: l_date_low := TRUNC(fnd_date.canonical_to_date(p_date_low));
135: l_date_high:= TRUNC(fnd_date.canonical_to_date(p_date_high));
136: --Bug No. 6894340
137: l_ic_org_high:=REPLACE(p_ic_org_high, '''', '''''');
138: l_ic_org_low:=REPLACE(p_ic_org_low, '''', '''''');

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

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');
133:
134: l_date_low := TRUNC(fnd_date.canonical_to_date(p_date_low));
135: l_date_high:= TRUNC(fnd_date.canonical_to_date(p_date_high));
136: --Bug No. 6894340
137: l_ic_org_high:=REPLACE(p_ic_org_high, '''', '''''');
138: l_ic_org_low:=REPLACE(p_ic_org_low, '''', '''''');
139: IF p_create_summary_journals = 'Y' THEN