DBA Data[Home] [Help]

APPS.FEM_GL_POST_PROCESS_PKG dependencies on FEM_PL_OBJECT_EXECUTIONS

Line 458: -- the execution in FEM_PL_OBJECT_EXECUTIONS, obtaining an execution lock.

454: END IF;
455:
456: -- Check for process locks and process overlaps, validate the Execution Mode
457: -- parameter, validate the period (for snapshot loads only), and register
458: -- the execution in FEM_PL_OBJECT_EXECUTIONS, obtaining an execution lock.
459:
460: FND_MSG_PUB.Initialize;
461:
462: FEM_PL_PKG.Register_Object_Execution

Line 2970: fem_pl_object_executions x,

2966:
2967: SELECT MAX(r.output_dataset_code)
2968: INTO pv_precedent_dataset_code
2969: FROM fem_pl_requests r,
2970: fem_pl_object_executions x,
2971: fem_object_catalog_b o
2972: WHERE r.ledger_id = pv_ledger_id
2973: AND r.cal_period_id = pv_cal_period_id
2974: AND r.output_dataset_code <> pv_dataset_code

Line 2997: fem_pl_object_executions x,

2993:
2994: SELECT MAX(r.output_dataset_code)
2995: INTO pv_precedent_dataset_code
2996: FROM fem_pl_requests r,
2997: fem_pl_object_executions x,
2998: fem_object_catalog_b o
2999: WHERE r.ledger_id = pv_ledger_id
3000: AND r.cal_period_id = pv_cal_period_id
3001: AND r.output_dataset_code <> pv_dataset_code

Line 3024: fem_pl_object_executions x,

3020:
3021: SELECT MAX(r.output_dataset_code)
3022: INTO pv_precedent_dataset_code
3023: FROM fem_pl_requests r,
3024: fem_pl_object_executions x,
3025: fem_object_catalog_b o
3026: WHERE r.ledger_id = pv_ledger_id
3027: AND r.cal_period_id = pv_cal_period_id
3028: AND r.output_dataset_code <> pv_dataset_code

Line 6632: -- FEM_PL_OBJECT_EXECUTIONS

6628: -- Initialize the FND Message API
6629: FND_MSG_PUB.Initialize;
6630: -- Check for process locks and process overlaps, validate the execution
6631: -- mode parameter, validate the period(s), and register the execution in
6632: -- FEM_PL_OBJECT_EXECUTIONS
6633: FEM_PL_PKG.Register_Object_Execution
6634: (P_API_VERSION => pc_API_version,
6635: P_COMMIT => 'T',
6636: P_REQUEST_ID => v_req_id,

Line 7446: -- Update the number of data errors in FEM_PL_OBJECT_EXECUTIONS for

7442: IF (v_req.num_of_rows_selected > v_req.num_of_rows_posted)
7443: THEN
7444: -- Initialize the FND Message API
7445: FND_MSG_PUB.Initialize;
7446: -- Update the number of data errors in FEM_PL_OBJECT_EXECUTIONS for
7447: -- this Request
7448: FEM_PL_PKG.Update_Obj_Exec_Errors
7449: (P_API_VERSION => pc_API_version,
7450: P_COMMIT => 'T',