DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SPLIT_MERGE_TRANSACTIONS

Line 7651: -- fnd_message.set_token('TABLE', 'WSM_SPLIT_MERGE_TRANSACTIONS');

7647: -- x_err_msg => l_error_msg,
7648: -- p_organization_id => v_wlji_org_id(v_idx) );
7649: --IF (l_return_value <> 0) THEN
7650: -- FND_MESSAGE.SET_NAME('WSM', 'WSM_PENDING_TXN');
7651: -- fnd_message.set_token('TABLE', 'WSM_SPLIT_MERGE_TRANSACTIONS');
7652: -- l_error_msg := fnd_message.get;
7653: -- l_error_code := -1;
7654: -- handle_error( l_error_code, l_error_msg, l_stmt_num);
7655: -- GOTO skip_job_id_valid;

Line 20318: from wsm_split_merge_transactions wsmt

20314: from wsm_sm_resulting_jobs wsrj
20315: where wsrj.organization_id = p_organization_id
20316: and wsrj.wip_entity_id = p_wip_entity_id
20317: and exists (select transaction_id
20318: from wsm_split_merge_transactions wsmt
20319: where wsmt.transaction_id = wsrj.transaction_id
20320: and wsmt.status = 4 )
20321: )
20322: /* ST bug fix 3493984 : end */