DBA Data[Home] [Help]

PACKAGE: APPS.GMP_FORECAST_MIGRATION

Source


1 PACKAGE GMP_forecast_migration AUTHID CURRENT_USER AS
2 /* $Header: GMPFCMIS.pls 120.1 2005/07/19 07:14:03 rpatangy noship $ */
3 
4 PROCEDURE Exec_forecast_Migration
5 (     P_migration_run_id   IN NUMBER,
6       P_commit             IN VARCHAR2,
7       X_failure_count      OUT NOCOPY NUMBER
8 );
9 
10 END GMP_forecast_migration;