DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on WF_ENGINE

Line 3281: IF p_source_line_id IS NULL AND NOT wf_engine.activity_exist_in_process('OEOL', to_char(ln_rec_info.line_id), 'OEOL', 'SHIP_LINE') THEN --{

3277: FETCH C_PULL_ONE_LINE into ln_rec_info;
3278: EXIT WHEN C_PULL_ONE_LINE%NOTFOUND;
3279: END IF;
3280: --Added below IF condition to check whether the workflow has ship line activity or not --Bugfix 6740363
3281: IF p_source_line_id IS NULL AND NOT wf_engine.activity_exist_in_process('OEOL', to_char(ln_rec_info.line_id), 'OEOL', 'SHIP_LINE') THEN --{
3282: GOTO start_over;
3283: ELSE
3284: l_pull_lines_count := l_pull_lines_count + 1;
3285: