DBA Data[Home] [Help]

APPS.MRP_RHX_RESOURCE_AVAILABILITY dependencies on FND_PROFILE

Line 691: var_gt_debug := FND_PROFILE.VALUE('MRP_DEBUG') = 'Y';

687: var_resource_id NUMBER;
688: var_24hr_flag NUMBER;
689: var_cutoff_date DATE;
690: begin
691: var_gt_debug := FND_PROFILE.VALUE('MRP_DEBUG') = 'Y';
692: --dbms_output.enable(100000);
693: delete from mrp_net_resource_avail
694: where organization_id = arg_organization_id
695: and (arg_simulation_set is null or simulation_set = arg_simulation_set);