DBA Data[Home] [Help]

APPS.FLM_EKB_UNMOVED_CARDS dependencies on FND_CONCURRENT

Line 188: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning: No Setups Exists for Unmoved Cards');

184: where organization_id = p_organization_id;
185:
186: FND_FILE.put_line(FND_FILE.LOG, 'No Setups Exists for Unmoved Cards for organization : '||l_organization_code);
187: -- dbms_output.put_line('Please run the Actual Demand Calculation first');
188: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', 'Warning: No Setups Exists for Unmoved Cards');
189: elsif l_unmoved_table.count > 0 then
190:
191: l_unmoved_lead_table := flm_unmoved_lead_table();
192: l_unmoved_lead_table.Extend;