DBA Data[Home] [Help]

APPS.GMDQC0_WF_P dependencies on GMA_WFSTD_P

Line 294: gma_wfstd_p.get_role(l_wf_item_type,l_process_name,l_activity_name,l_datastring,l_role_name);

290: 'WHSE_CODE='||l_whse_code||l_delimiter||
291: 'WHSE_ITEM_NO='||l_whse_item_no||l_delimiter||
292: 'ITEM_NO=' ||l_item_no;
293: /* Getting the Role from generic Role Association Package */
294: gma_wfstd_p.get_role(l_wf_item_type,l_process_name,l_activity_name,l_datastring,l_role_name);
295: IF l_role_name in ('NOROLE','ERROR') THEN
296: RAISE NO_ROLE_ERROR;
297: ELSE
298: p_resultout := 'COMPLETE:ROLE_EXIST';