DBA Data[Home] [Help]

APPS.AMS_PS_RULE_PVT dependencies on AMS_IBA_PS_POSTINGS_B

Line 238: Select content_type into l_content_type from ams_iba_ps_postings_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:
238: Select content_type into l_content_type from ams_iba_ps_postings_b
239: where posting_id = p_ps_rules_rec.posting_id;
240:
241:
242: IF l_content_type = 'PRODUCT' THEN