DBA Data[Home] [Help]

APPS.PSP_MATRIX_DRIVER_PKG dependencies on DUAL

Line 28: from dual;

24:
25: procedure set_runid is
26: BEGIN
27: select psp_ls_runid_s.nextval into global_run_id
28: from dual;
29: END;
30:
31: /* this procedure deletes all the records that have been inserted into the temp table in that session*/
32:

Line 696: -- Split the selected organizations into individual Organizations and retrieve Schedule Hierarchies for them

692: ELSE
693:
694: l_org_length := LENGTH(p_organization_id);
695:
696: -- Split the selected organizations into individual Organizations and retrieve Schedule Hierarchies for them
697: LOOP -- Loop for splitting Organization ID
698:
699: l_end_position := INSTR(p_organization_id, ',', l_start_position);
700: