DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_ADMIN dependencies on FND_PROFILE

Line 95: l_return_date := to_date(fnd_profile.value

91: BEGIN
92:
93: -- Trap profile format exception
94: BEGIN
95: l_return_date := to_date(fnd_profile.value
96: ('HRI_GLOBAL_START_DATE'), 'MM/DD/YYYY');
97: EXCEPTION WHEN OTHERS THEN
98: null;
99: END;