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 730: -- Split the selected organizations into individual Organizations and retrieve Schedule Hierarchies for them

726: ELSE
727:
728: l_org_length := LENGTH(p_organization_id);
729:
730: -- Split the selected organizations into individual Organizations and retrieve Schedule Hierarchies for them
731: LOOP -- Loop for splitting Organization ID
732:
733: l_end_position := INSTR(p_organization_id, ',', l_start_position);
734: