DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FEM_OBJECT_CATALOG_B

Line 899: from fem_object_catalog_b

895: select object_type_code
896: ,local_vs_combo_id
897: into x_request_rec.submit_obj_type_code
898: ,x_request_rec.local_vs_combo_id
899: from fem_object_catalog_b
900: where object_id = x_request_rec.submit_obj_id;
901: exception
902: when others then
903: FEM_ENGINES_PKG.User_Message (

Line 1388: ,fem_object_catalog_b o

1384:
1385: select d.object_definition_id
1386: into x_obj_def_id
1387: from fem_object_definition_b d
1388: ,fem_object_catalog_b o
1389: where o.object_id = p_object_id
1390: and o.object_type_code = p_object_type_code
1391: and d.object_id = o.object_id
1392: and p_effective_date between d.effective_start_date and d.effective_end_date

Line 2574: -- Get the object info from FEM_OBJECT_CATALOG_B for the Rollup Object ID.

2570: x_rule_rec.rollup_obj_def_id := p_rollup_obj_def_id;
2571: x_rule_rec.rollup_sequence := p_rollup_sequence;
2572:
2573: ------------------------------------------------------------------------------
2574: -- Get the object info from FEM_OBJECT_CATALOG_B for the Rollup Object ID.
2575: ------------------------------------------------------------------------------
2576: begin
2577: select object_type_code
2578: ,object_name