DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SPLIT_MERGE_TRANSACTIONS

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

7663: -- x_err_msg => l_error_msg,
7664: -- p_organization_id => v_wlji_org_id(v_idx) );
7665: --IF (l_return_value <> 0) THEN
7666: -- FND_MESSAGE.SET_NAME('WSM', 'WSM_PENDING_TXN');
7667: -- fnd_message.set_token('TABLE', 'WSM_SPLIT_MERGE_TRANSACTIONS');
7668: -- l_error_msg := fnd_message.get;
7669: -- l_error_code := -1;
7670: -- handle_error( l_error_code, l_error_msg, l_stmt_num);
7671: -- GOTO skip_job_id_valid;

Line 20974: from wsm_split_merge_transactions wsmt

20970: from wsm_sm_resulting_jobs wsrj
20971: where wsrj.organization_id = p_organization_id
20972: and wsrj.wip_entity_id = p_wip_entity_id
20973: and exists (select transaction_id
20974: from wsm_split_merge_transactions wsmt
20975: where wsmt.transaction_id = wsrj.transaction_id
20976: and wsmt.status = 4 )
20977: )
20978: /* ST bug fix 3493984 : end */