DBA Data[Home] [Help]

APPS.FEM_INTG_PL_PKG dependencies on FEM_PL_OBJECT_EXECUTIONS

Line 64: FROM fem_pl_object_executions

60: -- Used to check the execution status of a dimension rule the last
61: -- time it was executed
62: CURSOR exec_cursor(c_object_id NUMBER) IS
63: SELECT exec_status_code
64: FROM fem_pl_object_executions
65: WHERE object_id = c_object_id
66: ORDER BY event_order desc;
67:
68: status VARCHAR2(100);