DBA Data[Home] [Help]

APPS.FTE_SEL_GROUPS_PKG dependencies on FTE_SEL_RESULT_ATTRIBUTES_S

Line 495: select FTE_SEL_RESULT_ATTRIBUTES_S.NEXTVAL,

491: from fte_sel_result_assignments
492: where rule_id = xx_rule_id;
493:
494: cursor c_get_result_attributes(xx_result_id NUMBER) IS
495: select FTE_SEL_RESULT_ATTRIBUTES_S.NEXTVAL,
496: result_attribute_id,
497: result_id,
498: attribute_code,
499: attribute_value