DBA Data[Home] [Help]

APPS.HXC_RRG_UPLOAD_PKG dependencies on HXC_RETRIEVAL_RULE_GROUPS_V

Line 21: FROM hxc_retrieval_rule_groups_v

17: , DECODE( last_updated_by, 1, 'SEED', 'CUSTOM')
18: INTO l_retrieval_rule_group_id
19: , l_ovn
20: , l_owner
21: FROM hxc_retrieval_rule_groups_v
22: WHERE retrieval_rule_group_name = P_RETRIEVAL_RULE_GROUP_NAME;
23:
24: -- NOTE - there is no update section since there is nothing to update
25: