DBA Data[Home] [Help]

APPS.AMS_PS_POSTING_PVT dependencies on AMS_IBA_PS_RULEGRPS_B

Line 540: FROM AMS_IBA_PS_RULEGRPS_B

536: where posting_id = post_id;
537:
538: CURSOR c_rulegroup_id(post_id IN NUMBER) IS
539: SELECT rulegroup_id
540: FROM AMS_IBA_PS_RULEGRPS_B
541: where posting_id = post_id;
542:
543: BEGIN
544: -- Standard Start of API savepoint

Line 620: DELETE FROM AMS_IBA_PS_RULEGRPS_B

616: WHERE rulegroup_id = l_rulegroup_id;
617:
618: END LOOP;
619:
620: DELETE FROM AMS_IBA_PS_RULEGRPS_B
621: WHERE posting_id = p_posting_id;
622:
623: ELSE -- VERSIONS DON'T MATCH
624: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN