DBA Data[Home] [Help]

APPS.GHR_HISTORY_FETCH dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 2918: from fnd_id_flex_structures_tl flx

2914: l_pa_request_id ghr_pa_requests.pa_request_id%type;
2915:
2916: Cursor c_flex_num is
2917: select flx.id_flex_num
2918: from fnd_id_flex_structures_tl flx
2919: where flx.id_flex_code = 'PEA' --
2920: and flx.application_id = 800 --
2921: and flx.id_flex_structure_name = p_structure_name
2922: and flx.language = 'US';