DBA Data[Home] [Help]

APPS.FEM_ALLOC_BR_UTIL_PKG dependencies on FEM_BR_MAPPING_RULE_PVT

Line 733: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(p_map_rule_obj_def_id);

729: END IF;
730:
731:
732: /* delete the content for the true rule */
733: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(p_map_rule_obj_def_id);
734:
735:
736:
737: IF x_return_status NOT IN (c_success) THEN

Line 743: fem_br_mapping_rule_pvt.CopyObjectDefinition (

739: END IF;
740:
741:
742: /* copy the content from the snapshot to the true rule */
743: fem_br_mapping_rule_pvt.CopyObjectDefinition (
744: p_copy_type_code => fem_business_rule_pvt.g_duplicate
745: ,p_source_obj_def_id => v_helper_obj_def_id
746: ,p_target_obj_def_id => p_map_rule_obj_def_id
747: ,p_created_by => c_user_id

Line 987: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(v_helper_obj_def_id);

983: END IF;
984:
985:
986: /* delete the content for the snapshot */
987: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(v_helper_obj_def_id);
988:
989:
990: IF x_return_status NOT IN (c_success) THEN
991: RAISE e_unexp;

Line 996: fem_br_mapping_rule_pvt.CopyObjectDefinition (

992: END IF;
993:
994:
995: /* copy the content from the true rule to the snapshot */
996: fem_br_mapping_rule_pvt.CopyObjectDefinition (
997: p_copy_type_code => fem_business_rule_pvt.g_duplicate
998: ,p_source_obj_def_id => p_map_rule_obj_def_id
999: ,p_target_obj_def_id => v_helper_obj_def_id
1000: ,p_created_by => c_user_id

Line 1241: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(v_helper_obj_def_id);

1237: END IF;
1238:
1239:
1240: /* delete the content for the snapshot */
1241: FEM_BR_MAPPING_RULE_PVT.delete_map_rule_content(v_helper_obj_def_id);
1242:
1243:
1244: IF x_return_status NOT IN (c_success) THEN
1245: RAISE e_unexp;

Line 1250: fem_br_mapping_rule_pvt.CopyObjectDefinition (

1246: END IF;
1247:
1248:
1249: /* copy the content from the default rule to the snapshot */
1250: fem_br_mapping_rule_pvt.CopyObjectDefinition (
1251: p_copy_type_code => fem_business_rule_pvt.g_duplicate
1252: ,p_source_obj_def_id => v_dflt_obj_def_id
1253: ,p_target_obj_def_id => v_helper_obj_def_id
1254: ,p_created_by => c_user_id

Line 1603: fem_br_mapping_rule_pvt.CopyObjectDefinition (

1599: SET description = v_objdef_desc
1600: WHERE object_definition_id = x_dflt_objdef_id;
1601:
1602: /* copy the content from the seeded gvsc = null default rule to the new default rule */
1603: fem_br_mapping_rule_pvt.CopyObjectDefinition (
1604: p_copy_type_code => fem_business_rule_pvt.g_duplicate
1605: ,p_source_obj_def_id => v_seeded_dflt_obj_def_id
1606: ,p_target_obj_def_id => x_dflt_objdef_id
1607: ,p_created_by => c_user_id

Line 2713: fem_br_mapping_rule_pvt.CopyObjectDefinition (

2709:
2710: END IF;
2711:
2712: /* copy the content from the default rule to the snapshot */
2713: fem_br_mapping_rule_pvt.CopyObjectDefinition (
2714: p_copy_type_code => fem_business_rule_pvt.g_duplicate
2715: ,p_source_obj_def_id => v_dflt_obj_def_id
2716: ,p_target_obj_def_id => v_snap_objdef_id
2717: ,p_created_by => c_user_id

Line 2727: fem_br_mapping_rule_pvt.CopyObjectDefinition (

2723: set_dim_usage_dflt (v_snap_objdef_id);
2724:
2725:
2726: /* copy the content from the snapshot to the rule*/
2727: fem_br_mapping_rule_pvt.CopyObjectDefinition (
2728: p_copy_type_code => fem_business_rule_pvt.g_duplicate
2729: ,p_source_obj_def_id => v_snap_objdef_id
2730: ,p_target_obj_def_id => x_map_rule_objdef_id
2731: ,p_created_by => c_user_id