DBA Data[Home] [Help]

APPS.PO_LINES_SV7 dependencies on PO_LINES_SV7

Line 1: PACKAGE BODY PO_LINES_SV7 AS

1: PACKAGE BODY PO_LINES_SV7 AS
2: /* $Header: POXPIVLB.pls 120.1.12000000.2 2007/07/18 12:25:58 puppulur ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_pdoi_write_to_file VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_PDOI_WRITE_TO_FILE'),'N');

Line 503: po_lines_sv7.validate_item_related_info(

499: --Do not perform the item related validations for the new services
500: --line types.
501:
502: IF (X_vs_order_type_lookup_code NOT IN ('FIXED PRICE', 'RATE')) THEN --
503: po_lines_sv7.validate_item_related_info(
504: X_interface_header_id,
505: X_interface_line_id,
506: X_item_id,
507: X_item_description,

Line 2862: po_lines_sv7.validate_item_with_line_type(

2858:
2859: X_progress := '445';
2860: /* validate item related attibutes with line_type */
2861: IF (X_line_type_id is not NULL) THEN
2862: po_lines_sv7.validate_item_with_line_type(
2863: X_interface_header_id,
2864: X_interface_line_id,
2865: X_line_type_id,
2866: X_category_id,

Line 3470: END PO_LINES_SV7;

3466: po_message_s.sql_error('validate_po_lines', x_progress, sqlcode);
3467: raise;
3468: END validate_po_lines;
3469:
3470: END PO_LINES_SV7;