DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on WF_ENGINE

Line 3593: 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 --{

3589: FETCH C_PULL_ONE_LINE into ln_rec_info;
3590: EXIT WHEN C_PULL_ONE_LINE%NOTFOUND;
3591: END IF;
3592: --Added below IF condition to check whether the workflow has ship line activity or not --Bugfix 6740363
3593: 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 --{
3594: GOTO start_over;
3595: ELSE
3596: l_pull_lines_count := l_pull_lines_count + 1;
3597: