DBA Data[Home] [Help]

APPS.AMS_PS_RULE_PVT dependencies on AMS_IBA_PS_RULEGRPS_B

Line 233: FROM ams_iba_ps_rulegrps_b

229: END IF;
230:
231:
232: SELECT strategy_type, exec_priority INTO l_strat_type, l_exec_priority
233: FROM ams_iba_ps_rulegrps_b
234: WHERE posting_id = p_ps_rules_rec.posting_id AND rulegroup_id = p_ps_rules_rec.rulegroup_id;
235:
236: -- returns only one row because posting_id is the primary key
237: