DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FEM_DIMENSION_UTIL_PKG

Line 3414: FEM_DIMENSION_UTIL_PKG.Register_Data_Location (

3410: raise l_register_rule_error;
3411: end if;
3412:
3413: -- Register the data location for the FEM_BALANCES output table
3414: FEM_DIMENSION_UTIL_PKG.Register_Data_Location (
3415: p_request_id => p_request_rec.request_id
3416: ,p_object_id => p_rule_rec.rollup_obj_id
3417: ,p_table_name => 'FEM_BALANCES'
3418: ,p_ledger_id => p_request_rec.ledger_id

Line 6250: FEM_DIMENSION_UTIL_PKG.Unregister_Data_Location (

6246: -- Unregister the data location for the FEM_BALANCES output table if no
6247: -- output rows were created.
6248: if (l_num_of_output_rows = 0) then
6249:
6250: FEM_DIMENSION_UTIL_PKG.Unregister_Data_Location (
6251: p_request_id => p_request_rec.request_id
6252: ,p_object_id => p_rule_rec.rollup_obj_id
6253: );
6254: