DBA Data[Home] [Help]

APPS.PFT_AR_ENGINE_PVT dependencies on FEM_OBJECT_CATALOG_B

Line 843: from fem_object_catalog_b

839: select object_type_code
840: ,local_vs_combo_id
841: into x_request_rec.submit_obj_type_code
842: ,x_request_rec.local_vs_combo_id
843: from fem_object_catalog_b
844: where object_id = x_request_rec.submit_obj_id;
845: exception
846: when others then
847: FEM_ENGINES_PKG.User_Message (

Line 1207: ,fem_object_catalog_b o

1203:
1204: select d.object_definition_id
1205: into x_obj_def_id
1206: from fem_object_definition_b d
1207: ,fem_object_catalog_b o
1208: where o.object_id = p_object_id
1209: and o.object_type_code = p_object_type_code
1210: and d.object_id = o.object_id
1211: and p_effective_date between d.effective_start_date and d.effective_end_date

Line 2447: -- Get the object info from FEM_OBJECT_CATALOG_B for the activity rate Object ID.

2443: x_rule_rec.act_rate_obj_def_id := p_act_rate_obj_def_id;
2444: x_rule_rec.act_rate_sequence := p_act_rate_sequence;
2445:
2446: ------------------------------------------------------------------------------
2447: -- Get the object info from FEM_OBJECT_CATALOG_B for the activity rate Object ID.
2448: ------------------------------------------------------------------------------
2449: begin
2450: select object_type_code
2451: ,object_name