DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_PVT dependencies on WSM_PARAMETERS

Line 3905: from wsm_parameters

3901:
3902: IF p_jump_flag IS NOT NULL THEN
3903: select charge_jump_from_queue
3904: into l_charge_jump_from_queue
3905: from wsm_parameters
3906: where organization_id = p_organization_id;
3907: END IF;
3908: --The user also doesn't want to start serial tracking..
3909: -- But if the below conditions satisfy then serial tracking will begin...

Line 5842: from wsm_parameters

5838: IF l_serial_start_flag IS NOT NULL THEN
5839:
5840: select nvl(op_seq_num_increment, 10)
5841: into l_op_seq_incr
5842: from wsm_parameters
5843: where organization_id = p_organization_id;
5844:
5845: IF p_wlt_txn_type IN (WSMPCNST.UPDATE_ASSEMBLY,WSMPCNST.UPDATE_ROUTING) THEN
5846: l_curr_job_op_seq_num := p_starting_jobs_tbl(l_rep_job_index).operation_seq_num + l_op_seq_incr;