DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on FND_FLEX_DSC_API

Line 3796: if fnd_flex_dsc_api.flexfield_exists(

3792: --
3793: --
3794: -- check whether flexfield exists
3795: --
3796: if fnd_flex_dsc_api.flexfield_exists(
3797: appl_short_name => 'PAY',
3798: flexfield_name => 'Element Entry Developer DF') then
3799:
3800: if g_debug then

Line 3811: if fnd_flex_dsc_api.context_exists(

3807: -- check whether the context value in ENTRY.entry_information_category
3808: -- has been defined/registered,
3809: -- only do FF validation if the context value has been defined/registered
3810: --
3811: if fnd_flex_dsc_api.context_exists(
3812: p_appl_short_name => 'PAY',
3813: p_flexfield_name => 'Element Entry Developer DF',
3814: p_context_code => p_entry_information_category) then
3815:

Line 6238: if fnd_flex_dsc_api.flexfield_exists(

6234: v_validation_end_date);
6235: --
6236: -- Bugfix 2768375
6237: -- Perform validation of Element Entry Developer DF segments
6238: if fnd_flex_dsc_api.flexfield_exists(
6239: appl_short_name => 'PAY',
6240: flexfield_name => 'Element Entry Developer DF') then
6241:
6242: if g_debug then

Line 6251: if fnd_flex_dsc_api.context_exists(

6247:
6248: --
6249: -- only do FF validation if the context exists
6250: --
6251: if fnd_flex_dsc_api.context_exists(
6252: p_appl_short_name => 'PAY',
6253: p_flexfield_name => 'Element Entry Developer DF',
6254: p_context_code => p_entry_information_category) then
6255: