DBA Data[Home] [Help]

APPS.AMS_RULE_GROUP_PVT dependencies on AMS_IBA_PS_RULEGRPS_B_PKG

Line 230: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row)

226:
227: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
228: END IF;
229:
230: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row)
231: AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row(
232: px_rulegroup_id => l_rulegroup_id,
233: p_posting_id => p_rule_group_rec.posting_id,
234: p_strategy_type => p_rule_group_rec.strategy_type,

Line 231: AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row(

227: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
228: END IF;
229:
230: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row)
231: AMS_IBA_PS_RULEGRPS_B_PKG.Insert_Row(
232: px_rulegroup_id => l_rulegroup_id,
233: p_posting_id => p_rule_group_rec.posting_id,
234: p_strategy_type => p_rule_group_rec.strategy_type,
235: p_exec_priority => p_rule_group_rec.exec_priority,

Line 766: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row)

762:
763: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
764: END IF;
765:
766: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row)
767: AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row(
768: p_RULEGROUP_ID => p_RULEGROUP_ID);
769: --
770: -- End of API body

Line 767: AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row(

763: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
764: END IF;
765:
766: -- Invoke table handler(AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row)
767: AMS_IBA_PS_RULEGRPS_B_PKG.Delete_Row(
768: p_RULEGROUP_ID => p_RULEGROUP_ID);
769: --
770: -- End of API body
771: --