DBA Data[Home] [Help]

APPS.FEM_ALLOC_BR_UTIL_PKG dependencies on FEM_OBJECT_CATALOG_UTIL_PKG

Line 462: fem_object_catalog_util_pkg.create_object (x_object_id => x_snapshot_object_id

458:
459:
460:
461: /* create the snapshot */
462: fem_object_catalog_util_pkg.create_object (x_object_id => x_snapshot_object_id
463: ,x_object_definition_id => x_snapshot_objdef_id
464: ,X_MSG_COUNT => x_msg_count
465: ,X_MSG_DATA => x_msg_data
466: ,X_RETURN_STATUS => x_return_status

Line 1574: fem_object_catalog_util_pkg.create_object (x_object_id => v_new_dflt_object_id

1570:
1571: /* create the new default definition
1572: Note that to ensure uniqueness, the object_name is
1573: concatenated with the global combo*/
1574: fem_object_catalog_util_pkg.create_object (x_object_id => v_new_dflt_object_id
1575: ,x_object_definition_id => x_dflt_objdef_id
1576: ,X_MSG_COUNT => x_msg_count
1577: ,X_MSG_DATA => x_msg_data
1578: ,X_RETURN_STATUS => x_return_status

Line 2665: FEM_OBJECT_CATALOG_UTIL_PKG.create_object_definition(x_object_definition_id => x_map_rule_objdef_id,

2661: INTO v_fem_obj_def_row
2662: FROM fem_object_definition_vl
2663: WHERE object_definition_id = v_dflt_obj_def_id;
2664:
2665: FEM_OBJECT_CATALOG_UTIL_PKG.create_object_definition(x_object_definition_id => x_map_rule_objdef_id,
2666: x_msg_count => x_msg_count,
2667: x_msg_data => x_msg_data,
2668: x_return_status => x_return_status,
2669: p_api_version => 1.0,