DBA Data[Home] [Help]

APPS.PAY_NAF_SHD dependencies on PAY_NAF_SHD

Line 1: PACKAGE BODY pay_naf_shd

1: PACKAGE BODY pay_naf_shd
2: /* $Header: pynafrhi.pkb 120.1.12020000.1 2012/08/14 10:05:06 achandwa noship $ */
3: AS
4:
5: g_package varchar2(33) DEFAULT ' pay_naf_shd.';

Line 5: g_package varchar2(33) DEFAULT ' pay_naf_shd.';

1: PACKAGE BODY pay_naf_shd
2: /* $Header: pynafrhi.pkb 120.1.12020000.1 2012/08/14 10:05:06 achandwa noship $ */
3: AS
4:
5: g_package varchar2(33) DEFAULT ' pay_naf_shd.';
6:
7: FUNCTION convert_args
8: (p_transfer_id IN number
9: ,p_transfer_status IN varchar2

Line 344: END pay_naf_shd;

340: (p_constraint_name IN all_constraints.constraint_name%TYPE) IS
341: BEGIN
342: NULL;
343: END constraint_error;
344: END pay_naf_shd;