DBA Data[Home] [Help]

PACKAGE: APPS.PAY_JP_EXTRA_BANK_RULES

Source


1 package pay_jp_extra_bank_rules AUTHID CURRENT_USER as
2 /* $Header: pyjpexbr.pkh 120.1 2005/07/22 01:02 keyazawa noship $ */
3 	--
4 	procedure chk_account_name
5 	(
6 		p_external_account_id in number
7 	);
8 	--
9 	procedure chk_account_name_update
10 	(
11 		p_external_account_id   in number,
12 		p_external_account_id_o in number
13 	);
14 	--
15 	procedure chk_swot_account_name
16 	(
17     p_org_information_context in varchar2,
18 		p_org_information17       in varchar2
19 	);
20 	--
21 	procedure chk_swot_account_name_update
22 	(
23     p_org_information_context in varchar2,
24 		p_org_information17       in varchar2,
25 		p_org_information17_o     in varchar2
26 	);
27 	--
28 end pay_jp_extra_bank_rules;