DBA Data[Home] [Help]

APPS.FTE_ACS_CACHE_PKG dependencies on FTE_SEL_RESULT_ATTRIBUTES

Line 4020: from fte_sel_result_attributes fsra

4016: -- -----------------------------------------------------------------
4017: cursor c_get_result_attributes(p_result_id NUMBER) IS
4018: select fsra.attribute_code,
4019: fsra.attribute_value
4020: from fte_sel_result_attributes fsra
4021: where fsra.result_id = p_result_id;
4022:
4023:
4024: l_result_id_tab result_id_tab;

Line 4211: -- COMMENT : For a given rule id queries FTE_SEL_RESULT_ASSIGNMENTS and FTE_SEL_RESULT_ATTRIBUTES

4207: -- PARAMETERS: p_rule_id Rule Id.
4208: -- x_result_tab Results Attributes associated with the rule.
4209: -- x_return_status Return Status
4210: --
4211: -- COMMENT : For a given rule id queries FTE_SEL_RESULT_ASSIGNMENTS and FTE_SEL_RESULT_ATTRIBUTES
4212: -- to return the result.Caching is used in this procedure.
4213: --
4214: --
4215: -- ALGORITHM :