DBA Data[Home] [Help]

APPS.PFT_AR_ENGINE_PVT dependencies on FEM_DIMENSION_UTIL_PKG

Line 2875: FEM_DIMENSION_UTIL_PKG.Register_Data_Location (

2871: raise l_register_rule_error;
2872: end if;
2873:
2874: -- Register the data location for the FEM_BALANCES output table
2875: FEM_DIMENSION_UTIL_PKG.Register_Data_Location (
2876: p_request_id => p_request_rec.request_id
2877: ,p_object_id => p_rule_rec.act_rate_obj_id
2878: ,p_table_name => 'FEM_BALANCES'
2879: ,p_ledger_id => p_request_rec.ledger_id

Line 5166: FEM_DIMENSION_UTIL_PKG.Unregister_Data_Location (

5162: -- Unregister the data location for the FEM_BALANCES output table if no
5163: -- output rows were created.
5164: if (l_num_of_output_rows = 0) then
5165:
5166: FEM_DIMENSION_UTIL_PKG.Unregister_Data_Location (
5167: p_request_id => p_request_rec.request_id
5168: ,p_object_id => p_rule_rec.act_rate_obj_id
5169: );
5170: