DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 861: FROM fnd_id_flex_structures_vl fstr,fnd_id_flex_segments_vl fseg

857: where id_flex_name = l_definition_structure;
858:
859: Cursor C_key_44 is
860: SELECT fseg.application_column_name
861: FROM fnd_id_flex_structures_vl fstr,fnd_id_flex_segments_vl fseg
862: WHERE fstr.application_id = l_application_id
863: AND fstr.id_flex_code = l_id_flex_code
864: AND fstr.id_flex_structure_name = l_definition_table
865: AND fstr.id_flex_code = fseg.id_flex_code