DBA Data[Home] [Help]

APPS.WSM_MES_UTILITIES_PVT dependencies on WSM_RESPONSIBILITY_SETTINGS

Line 484: from wsm_responsibility_settings wrs

480: if ( (p_responsibility_id > 0) AND (p_transaction_type NOT IN (65536, 131072, 262144)) ) then
481: begin
482: select bitand(code_mask, p_transaction_type)
483: into l_txn_allowed
484: from wsm_responsibility_settings wrs
485: where responsibility_id = p_responsibility_id;
486: exception
487: when others then
488: null;