DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on APP_EXCEPTION

Line 400: APP_EXCEPTION.RAISE_EXCEPTION;

396: if (l_logLevel <= wip_constants.full_logging) then
397: wip_logger.log(
398: 'Dbg:Exiting Sales Order Loaded w/errors', l_returnStatus);
399: end if;
400: APP_EXCEPTION.RAISE_EXCEPTION;
401:
402: else
403: if (l_all_records_success <> -1) then
404: /*--------------------------------------------------------+

Line 791: APP_EXCEPTION.RAISE_EXCEPTION;

787: 'Dbg: Orders Loaded = '||l_orders_loaded, l_returnStatus);
788: END IF;
789:
790: if (l_status <> 1) then
791: APP_EXCEPTION.RAISE_EXCEPTION;
792: else
793: if (L_orders_loaded = 0) then
794: --start bugfix 4865485
795: p_all_success_ptr := -1;

Line 833: -- APP_EXCEPTION.RAISE_EXCEPTION;

829: -- Bug 9314772.Should not raise exception here so that reservations
830: -- are created for jobs created with warnings.In case when the status
831: -- returned is error, the reservation api will not pick the record to
832: -- create reservation.pdube
833: -- APP_EXCEPTION.RAISE_EXCEPTION;
834: fnd_file.put_line(which => fnd_file.log, buff => 'Failed in wip_massload_pub.massLoadJobs returned with status retCode:'||retCode);
835:
836: --Begin Bugfix 11818437
837: --Check if there are any records that got completed either successfully or in warning

Line 864: APP_EXCEPTION.RAISE_EXCEPTION;

860: --Nothing created a job
861: if DEBUG_FLAG then
862: fnd_file.put_line(which => fnd_file.log, buff => 'No work orders were created. Raising the exception.');
863: end if;
864: APP_EXCEPTION.RAISE_EXCEPTION;
865: end if;
866: --End Bugfix 11818437
867:
868: END IF;

Line 917: APP_EXCEPTION.RAISE_EXCEPTION;

913: wip_logger.log('Dbg: Exited reserve_wo_to_so with status '||l_status, l_returnStatus);
914: END IF;
915:
916: if (l_status <> 1) THEN
917: APP_EXCEPTION.RAISE_EXCEPTION;
918: END IF;
919:
920:
921: /*-----------------------------------------------------------+

Line 1058: APP_EXCEPTION.RAISE_EXCEPTION;

1054: if (l_logLevel <= wip_constants.full_logging) then
1055: wip_logger.log(
1056: 'Dbg:Failed in delete_interface_orders', l_returnStatus);
1057: END IF;
1058: APP_EXCEPTION.RAISE_EXCEPTION;
1059: END IF;
1060:
1061: /*--------------------------------------------------------+
1062: | Program completion with no major problems |