DBA Data[Home] [Help]

APPS.AHL_MC_ITEMGROUP_PVT dependencies on AHL_SB_RULES_PVT

Line 4013: AHL_SB_RULES_PVT.Update_Rules_For_IG(

4009: -- Fork the IG to a new one, maintain the earlier complete version
4010:
4011: -- SATHAPLI::Service Bulletin Effectivity, 23-Mar-2011, update affected SB rules, if any.
4012: -- NOTE::No need to check for error stack, as it is checked where Approve_ItemGroups is called.
4013: AHL_SB_RULES_PVT.Update_Rules_For_IG(
4014: p_frk_or_mrg_flg => 'F',
4015: p_item_group_id => l_itemgroup_det.item_group_id,
4016: p_src_item_group_id => l_itemgroup_det.source_item_group_id
4017: );

Line 4056: AHL_SB_RULES_PVT.Update_Rules_For_IG(

4052:
4053: ELSE
4054: -- SATHAPLI::Service Bulletin Effectivity, 23-Mar-2011, update affected SB rules, if any.
4055: -- NOTE::No need to check for error stack, as it is checked where Approve_ItemGroups is called.
4056: AHL_SB_RULES_PVT.Update_Rules_For_IG(
4057: p_frk_or_mrg_flg => 'M',
4058: p_item_group_id => l_itemgroup_det.item_group_id,
4059: p_src_item_group_id => l_itemgroup_det.source_item_group_id
4060: );