DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FEM_PL_OBJECT_EXECUTIONS

Line 397: ,fem_pl_object_executions x

393: select rs.child_obj_id
394: ,rs.child_obj_def_id
395: ,x.exec_status_code
396: from fem_ruleset_process_data rs
397: ,fem_pl_object_executions x
398: where rs.request_id = p_request_id
399: and rs.rule_set_obj_id = p_ruleset_obj_id
400: and x.request_id (+) = rs.request_id
401: and x.object_id (+) = rs.child_obj_id

Line 3357: -- the rollup object execution in FEM_PL_OBJECT_EXECUTIONS, thus obtaining

3353:
3354: savepoint register_rule_pub;
3355:
3356: -- Call the FEM_PL_PKG.Register_Object_Execution API procedure to register
3357: -- the rollup object execution in FEM_PL_OBJECT_EXECUTIONS, thus obtaining
3358: -- an execution lock.
3359: FEM_PL_PKG.Register_Object_Execution (
3360: p_api_version => 1.0
3361: ,p_commit => FND_API.G_FALSE