DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on FND_FLEX_DSC_API

Line 3793: if fnd_flex_dsc_api.flexfield_exists(

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

Line 3808: if fnd_flex_dsc_api.context_exists(

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

Line 6235: if fnd_flex_dsc_api.flexfield_exists(

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

Line 6248: if fnd_flex_dsc_api.context_exists(

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