DBA Data[Home] [Help]

PACKAGE: APPS.FV_GTAS_AGENCY_ID_UPGRADE

Source


1 PACKAGE fv_gtas_agency_id_upgrade AUTHID CURRENT_USER as
2 /* $Header: FVGTAIDUPS.pls 120.1.12020000.1 2013/02/12 20:00:10 appldev noship $ */
3 procedure main(p_err_buff OUT NOCOPY VARCHAR2,
4                p_err_code OUT NOCOPY NUMBER);
5 
6 END fv_gtas_agency_id_upgrade;
7