DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV dependencies on PO_ASL_UPGRADE_SV

Line 1: PACKAGE BODY PO_ASL_UPGRADE_SV AS

1: PACKAGE BODY PO_ASL_UPGRADE_SV AS
2: /* $Header: POXA1LUB.pls 115.5 2003/03/27 21:18:11 draising ship $*/
3:
4: /*===========================================================================
5:

Line 353: po_asl_upgrade_sv2.upgrade_autosource_vendors(

349: -- Also create an ASL entry for the supplier-item relationship if
350: -- one does not already exist.
351:
352: x_progress := '130';
353: po_asl_upgrade_sv2.upgrade_autosource_vendors(
354: x_sr_receipt_id,
355: x_autosource_rule_id,
356: x_item_id,
357: x_asl_status_id,

Line 464: END PO_ASL_UPGRADE_SV;

460: fnd_file.put_line(fnd_file.log, 'x_progress = '||x_progress);
461: PO_MESSAGE_S.SQL_ERROR('UPGRADE_SOURCING_RULES', x_progress, sqlcode);
462: END;
463:
464: END PO_ASL_UPGRADE_SV;