DBA Data[Home] [Help]

APPS.FEM_BR_MAPPING_RULE_PVT dependencies on FEM_BUSINESS_RULE_PVT

Line 466: FEM_BUSINESS_RULE_PVT.DeleteObjectDefinition (

462:
463:
464: FOR helper_rule IN c_helper_rules (p_obj_def_id) LOOP
465:
466: FEM_BUSINESS_RULE_PVT.DeleteObjectDefinition (
467: p_api_version => 1.0,
468: p_init_msg_list => FND_API.G_FALSE,
469: p_commit => FND_API.G_FALSE,
470: x_return_status => v_return_status,

Line 493: FEM_BUSINESS_RULE_PVT.DeleteObject (

489: WHERE object_id = helper_rule.helper_object_id;
490:
491: IF v_count = 0 THEN
492:
493: FEM_BUSINESS_RULE_PVT.DeleteObject (
494: p_api_version => 1.0,
495: p_init_msg_list => FND_API.G_FALSE,
496: p_commit => FND_API.G_FALSE,
497: x_return_status => v_return_status,

Line 621: ,p_msg_text => 'Before calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_local_cond_id: '

617: exit when c_local_cond_id%notfound;
618: FEM_ENGINES_PKG.Tech_Message (
619: p_severity => G_LOG_LEVEL_3
620: ,p_module => G_BLOCK||'.'||l_api_name
621: ,p_msg_text => 'Before calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_local_cond_id: '
622: || l_local_cond_id
623: );
624: FEM_BUSINESS_RULE_PVT.DeleteObject (
625: p_api_version => 1.0

Line 624: FEM_BUSINESS_RULE_PVT.DeleteObject (

620: ,p_module => G_BLOCK||'.'||l_api_name
621: ,p_msg_text => 'Before calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_local_cond_id: '
622: || l_local_cond_id
623: );
624: FEM_BUSINESS_RULE_PVT.DeleteObject (
625: p_api_version => 1.0
626: ,p_init_msg_list => FND_API.G_FALSE
627: ,p_commit => FND_API.G_FALSE
628: ,x_return_status => l_return_status

Line 638: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_local_cond_id: '

634:
635: FEM_ENGINES_PKG.Tech_Message (
636: p_severity => G_LOG_LEVEL_3
637: ,p_module => G_BLOCK||'.'||l_api_name
638: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_local_cond_id: '
639: || l_local_cond_id
640: );
641:
642: if (l_return_status = FND_API.G_RET_STS_ERROR) then

Line 646: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_return_status = FND_API.G_RET_STS_ERROR '

642: if (l_return_status = FND_API.G_RET_STS_ERROR) then
643: FEM_ENGINES_PKG.Tech_Message (
644: p_severity => G_LOG_LEVEL_3
645: ,p_module => G_BLOCK||'.'||l_api_name
646: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_return_status = FND_API.G_RET_STS_ERROR '
647: );
648:
649: close c_local_cond_id;
650: raise FND_API.G_EXC_ERROR;

Line 655: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_return_status = FND_API.G_RET_STS_UNEXP_ERROR '

651: elsif (l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) then
652: FEM_ENGINES_PKG.Tech_Message (
653: p_severity => G_LOG_LEVEL_3
654: ,p_module => G_BLOCK||'.'||l_api_name
655: ,p_msg_text => 'After calling FEM_BUSINESS_RULE_PVT.DeleteObject, l_return_status = FND_API.G_RET_STS_UNEXP_ERROR '
656: );
657: close c_local_cond_id;
658: raise FND_API.G_EXC_UNEXPECTED_ERROR;
659: end if;

Line 949: when FEM_BUSINESS_RULE_PVT.G_DUPLICATE then

945:
946: -- Duplicate Local Condition
947: case p_copy_type_code
948:
949: when FEM_BUSINESS_RULE_PVT.G_DUPLICATE then
950:
951: l_source_cond_obj_id := l_formula_rec.sub_object_id;
952: l_source_cond_obj_def_id := Get_Cond_Obj_Def_Id (l_source_cond_obj_id);
953:

Line 954: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();

950:
951: l_source_cond_obj_id := l_formula_rec.sub_object_id;
952: l_source_cond_obj_def_id := Get_Cond_Obj_Def_Id (l_source_cond_obj_id);
953:
954: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
955: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
956:
957: when FEM_BUSINESS_RULE_PVT.G_BACKUP then
958:

Line 955: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();

951: l_source_cond_obj_id := l_formula_rec.sub_object_id;
952: l_source_cond_obj_def_id := Get_Cond_Obj_Def_Id (l_source_cond_obj_id);
953:
954: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
955: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
956:
957: when FEM_BUSINESS_RULE_PVT.G_BACKUP then
958:
959: l_source_cond_obj_id := l_formula_rec.sub_object_id;

Line 957: when FEM_BUSINESS_RULE_PVT.G_BACKUP then

953:
954: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
955: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
956:
957: when FEM_BUSINESS_RULE_PVT.G_BACKUP then
958:
959: l_source_cond_obj_id := l_formula_rec.sub_object_id;
960:
961: l_source_cond_obj_def_id := Get_Cond_Obj_Def_Id (l_source_cond_obj_id);

Line 971: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();

967: (p_obj_def_id => l_backup_obj_def_id,
968: p_func_seq => l_formula_rec.function_seq
969: );
970: if (l_target_cond_obj_id is null) then
971: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
972: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
973: else
974: l_target_cond_obj_def_id :=
975: Get_Cond_Obj_Def_Id (l_target_cond_obj_id);

Line 972: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();

968: p_func_seq => l_formula_rec.function_seq
969: );
970: if (l_target_cond_obj_id is null) then
971: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
972: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
973: else
974: l_target_cond_obj_def_id :=
975: Get_Cond_Obj_Def_Id (l_target_cond_obj_id);
976: end if;

Line 978: when FEM_BUSINESS_RULE_PVT.G_REVERT then

974: l_target_cond_obj_def_id :=
975: Get_Cond_Obj_Def_Id (l_target_cond_obj_id);
976: end if;
977:
978: when FEM_BUSINESS_RULE_PVT.G_REVERT then
979:
980: l_source_cond_obj_id := l_formula_rec.sub_object_id;
981: l_source_cond_obj_def_id := Get_Cond_Obj_Def_Id (l_source_cond_obj_id);
982:

Line 1000: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();

996: p_func_seq => l_formula_rec.function_seq
997: );
998:
999: if (l_target_cond_obj_id is null) then
1000: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
1001: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
1002: else
1003: l_target_cond_obj_def_id :=
1004: Get_Cond_Obj_Def_Id (l_target_cond_obj_id);

Line 1001: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();

997: );
998:
999: if (l_target_cond_obj_id is null) then
1000: l_target_cond_obj_def_id := FEM_BUSINESS_RULE_PVT.GetNewObjDefId();
1001: l_target_cond_obj_id := FEM_BUSINESS_RULE_PVT.GetNewObjId();
1002: else
1003: l_target_cond_obj_def_id :=
1004: Get_Cond_Obj_Def_Id (l_target_cond_obj_id);
1005: end if;

Line 1012: FEM_BUSINESS_RULE_PVT.DuplicateObject (

1008:
1009: l_target_cond_obj_name := G_LOCAL_COND_NAME || l_target_cond_obj_id;
1010: l_target_cond_obj_def_name := G_LOCAL_COND_NAME || l_target_cond_obj_def_id;
1011:
1012: FEM_BUSINESS_RULE_PVT.DuplicateObject (
1013: p_api_version => 1.0
1014: ,p_init_msg_list => FND_API.G_FALSE
1015: ,p_commit => FND_API.G_FALSE
1016: ,x_return_status => l_return_status