DBA Data[Home] [Help]

APPS.AMS_RULE_GROUP_PVT dependencies on AMS_IBA_PS_POSTINGS_B

Line 168: Select content_type into l_content_type from ams_iba_ps_postings_b

164: l_ps_rules_rec.rulegroup_id := l_rulegroup_id;
165: l_ps_rules_rec.posting_id := p_rule_group_rec.posting_id;
166: l_ps_rules_rec.exec_priority := p_rule_group_rec.exec_priority;
167:
168: Select content_type into l_content_type from ams_iba_ps_postings_b
169: where posting_id = p_rule_group_rec.posting_id;
170:
171: IF l_content_type = 'PRODUCT' THEN
172: IF p_rule_group_rec.strategy_type = 'PRODUCT_RELATIONSHIP' THEN

Line 262: Select content_type into l_content_type from ams_iba_ps_postings_b

258: l_ps_rules_rec.rulegroup_id := l_rulegroup_id;
259: l_ps_rules_rec.posting_id := p_rule_group_rec.posting_id;
260: l_ps_rules_rec.exec_priority := p_rule_group_rec.exec_priority;
261:
262: Select content_type into l_content_type from ams_iba_ps_postings_b
263: where posting_id = p_rule_group_rec.posting_id;
264:
265: IF l_content_type = 'PRODUCT' THEN
266: IF p_rule_group_rec.strategy_type = 'PRODUCT_RELATIONSHIP' THEN