DBA Data[Home] [Help]

APPS.AHL_MC_MASTERCONFIG_PVT dependencies on AHL_MC_RULE_PVT

Line 984: -- 6a. Call AHL_MC_RULE_PVT.Delete_Rules_For_MC to delete all the rules associated with this MC

980: ELSIF (l_config_status_code IN ('DRAFT', 'APPROVAL_REJECTED'))
981: THEN
982: -- 6. If l_config_status_code = 'DRAFT' or 'APPROVAL_REJECTED' [Delete MC]
983:
984: -- 6a. Call AHL_MC_RULE_PVT.Delete_Rules_For_MC to delete all the rules associated with this MC
985: AHL_MC_RULE_PVT.Delete_Rules_For_MC
986: (
987: p_api_version => 1.0,
988: p_init_msg_list => FND_API.G_FALSE,

Line 985: AHL_MC_RULE_PVT.Delete_Rules_For_MC

981: THEN
982: -- 6. If l_config_status_code = 'DRAFT' or 'APPROVAL_REJECTED' [Delete MC]
983:
984: -- 6a. Call AHL_MC_RULE_PVT.Delete_Rules_For_MC to delete all the rules associated with this MC
985: AHL_MC_RULE_PVT.Delete_Rules_For_MC
986: (
987: p_api_version => 1.0,
988: p_init_msg_list => FND_API.G_FALSE,
989: p_commit => FND_API.G_FALSE,

Line 1463: AHL_MC_RULE_PVT.Copy_Rules_For_MC

1459: );
1460: END IF;
1461:
1462: -- 11. Copy rules from the old MC to the new MC
1463: AHL_MC_RULE_PVT.Copy_Rules_For_MC
1464: (
1465: p_api_version => 1.0,
1466: p_init_msg_list => FND_API.G_FALSE,
1467: p_commit => FND_API.G_FALSE,

Line 1973: AHL_MC_RULE_PVT.Copy_Rules_For_MC

1969: );
1970: END IF;
1971:
1972: -- 12. Copy rules from the old MC to the new MC
1973: AHL_MC_RULE_PVT.Copy_Rules_For_MC
1974: (
1975: p_api_version => 1.0,
1976: p_init_msg_list => FND_API.G_FALSE,
1977: p_commit => FND_API.G_FALSE,