DBA Data[Home] [Help]

PACKAGE: APPS.PAY_GB_RTI_NINO_REPLY_PKG

Source


1 package PAY_GB_RTI_NINO_REPLY_PKG AUTHID CURRENT_USER AS
2 /* $Header: pygbrtininoreply.pkh 120.3.12020000.1 2013/02/07 07:00:03 ssarap noship $ */
3   /* This package reads the response file for NI Number verification sent by HMRC
4 	 and updates the changes in the system.
5   **/
6   -- -------------------------------------------------------------------------------------------
7   -- The main update.
8   -- -------------------------------------------------------------------------------------------
9 procedure read_nino_reply( errbuf OUT NOCOPY VARCHAR2,
10 								  retcode OUT NOCOPY NUMBER,
11 								  p_business_group number,
12 									p_filename varchar2,
13 									p_validate_mode varchar2
14 									);
15 end;