DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on PO_LINE_LOCATIONS_SV7

Line 1: PACKAGE BODY PO_LINE_LOCATIONS_SV7 AS

1: PACKAGE BODY PO_LINE_LOCATIONS_SV7 AS
2: /* $Header: POXPISVB.pls 120.1.12000000.1 2007/01/16 23:04:46 appldev ship $ */
3:
4: /*================================================================
5:

Line 1250: X_valid := po_line_locations_sv7.val_line_location_id_unique(

1246: END IF;
1247:
1248: X_progress := '420';
1249: /*** validate uniqueness of po_line_location_id ***/
1250: X_valid := po_line_locations_sv7.val_line_location_id_unique(
1251: X_line_location_id);
1252:
1253: IF (X_valid = FALSE) THEN
1254: po_interface_errors_sv1.handle_interface_errors(

Line 1578: END PO_LINE_LOCATIONS_SV7;

1574: x_progress, sqlcode);
1575: raise;
1576: END val_line_location_id_unique;
1577:
1578: END PO_LINE_LOCATIONS_SV7;