DBA Data[Home] [Help]

PACKAGE: APPS.PSP_ORGANIZATION_ACCOUNTS_BK3

Source


1 PACKAGE psp_organization_accounts_bk3 AS
2 /* $Header: PSPOAAIS.pls 120.2 2006/07/06 13:26:34 tbalacha noship $ */
3 
4 --
5 -- ----------------------------------------------------------------------------
6 -- |-------------------------< delete_organization_account_b >-------------------|
7 -- ----------------------------------------------------------------------------
8 --
9 PROCEDURE delete_organization_account_b
10   ( p_organization_account_id    	in	number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |-------------------------< delete_organization_account_a >-------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 PROCEDURE delete_organization_account_a
18   ( p_organization_account_id    	in	number
19   );
20 END psp_organization_accounts_bk3;
21