DBA Data[Home] [Help]

APPS.MSD_PRICE_LIST_PP dependencies on MSD_PRICE_LIST_PP

Line 1: PACKAGE BODY MSD_PRICE_LIST_PP AS

1: PACKAGE BODY MSD_PRICE_LIST_PP AS
2: /* $Header: msdplppb.pls 115.1 2004/03/30 12:55:48 sudekuma noship $ */
3:
4:
5: PROCEDURE price_list_post_process( errbuf OUT NOCOPY VARCHAR2,

Line 160: END MSD_PRICE_LIST_PP;

156: fnd_file.put_line(fnd_file.log, 'Errors in Price List Post Processing');
157: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
158: end ;
159:
160: END MSD_PRICE_LIST_PP;