DBA Data[Home] [Help]

APPS.FEM_ALLOC_BR_UTIL_PKG dependencies on FEM_BUSINESS_RULE_PVT

Line 744: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
748: ,p_creation_date => sysdate);

Line 997: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
1001: ,p_creation_date => sysdate);

Line 1251: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
1255: ,p_creation_date => sysdate);

Line 1604: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
1608: ,p_creation_date => sysdate);

Line 2714: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
2718: ,p_creation_date => sysdate);

Line 2728: p_copy_type_code => fem_business_rule_pvt.g_duplicate

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
2732: ,p_creation_date => sysdate);