DBA Data[Home] [Help]

APPS.FLM_EKB_HEALTH_STATUS dependencies on FND_CONCURRENT

Line 169: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning: Setup missing for Good and Bad Inventory Health ');

165: if l_good_health = 0 OR l_bad_health = 0 then
166:
167: FND_FILE.put_line(FND_FILE.LOG, 'Please setup Good and Bad Inventory Health for the Pull Sequence '||c_ps_activity.pull_sequence_id);
168: -- dbms_output.put_line('Please run the Actual Demand Calculation first');
169: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning: Setup missing for Good and Bad Inventory Health ');
170: l_continue_processing := 'N';
171:
172:
173: end if;