DBA Data[Home] [Help]

APPS.PO_SOURCING_SV dependencies on PO_SOURCING_SV

Line 1: PACKAGE BODY PO_SOURCING_SV as

1: PACKAGE BODY PO_SOURCING_SV as
2: /* $Header: POXSCS1B.pls 115.7 2004/06/22 02:10:05 mbhargav ship $ */
3:
4:
5: /*============================= PO_SOURCING_SV ============================*/

Line 5: /*============================= PO_SOURCING_SV ============================*/

1: PACKAGE BODY PO_SOURCING_SV as
2: /* $Header: POXSCS1B.pls 115.7 2004/06/22 02:10:05 mbhargav ship $ */
3:
4:
5: /*============================= PO_SOURCING_SV ============================*/
6:
7: /*===========================================================================
8:
9: PROCEDURE NAME: val_order_pad_line()

Line 237: X_messages_exist := po_sourcing_sv4.get_disposition_message(p_item_id,

233: (p_instance_org_id is not null) and
234: (p_display_message = 'Y') and
235: (l_item_org_val = TRUE)) then
236:
237: X_messages_exist := po_sourcing_sv4.get_disposition_message(p_item_id,
238: p_instance_org_id,
239: p_cross_ref_type,
240: X_message,
241: X_multiple_flag);

Line 437: END PO_SOURCING_SV;

433: END;
434:
435:
436:
437: END PO_SOURCING_SV;