DBA Data[Home] [Help]

APPS.WSM_WLT_VALIDATE_PVT dependencies on DUAL

Line 641: FROM dual;

637: IF p_job_name IS NULL THEN -- Derive Job_Name.
638: l_stmt_num := 20;
639: SELECT FND_Profile.value('WIP_JOB_PREFIX') || wip_job_number_s.nextval
640: INTO p_job_name
641: FROM dual;
642: END IF;
643:
644: -- Be sure the provided Job_Name is not already in use.
645: l_temp_num := 0;

Line 7981: from dual

7977: BEGIN
7978: l_stmt_num := 50;
7979: select 1
7980: into l_primary
7981: from dual
7982: where 1 in ( select 1
7983: from bom_operation_networks bon,
7984: bom_operation_sequences bos
7985: where bon.transition_type = 1 -- Primary