DBA Data[Home] [Help]

APPS.AMW_LOAD_RC_DATA dependencies on AMW_PROCESS_OBJECTIVES_S

Line 1807: SELECT AMW_process_objectives_S.NEXTVAL

1803: WHERE name = p_process_objective_name;
1804:
1805:
1806: CURSOR c_process_objective_id IS
1807: SELECT AMW_process_objectives_S.NEXTVAL
1808: FROM dual;
1809:
1810: l_rowid amw_process_objectives_vl.row_id%type;
1811: l_get_objective c_get_objective%rowtype;