DBA Data[Home] [Help]

PACKAGE: APPS.IEM_MGINBOX_PUB

Source


1 PACKAGE IEM_MGINBOX_PUB AUTHID CURRENT_USER as
2 /* $Header: iemmginboxs.pls 120.3 2005/09/30 13:12 txliu noship $*/
3 PROCEDURE runInbox (p_api_version_number    IN   NUMBER,
4                     p_init_msg_list         IN   VARCHAR2,
5                     p_commit                IN   VARCHAR2,
6                     p_email_account_id      IN   NUMBER,
7                     p_agent_Account_id      IN   NUMBER,
8                     p_inb_migration_id      IN   NUMBER,
9                     p_outb_migration_id     IN   NUMBER,
10 				            p_type                  IN   VARCHAR2, --'I' or 'O'
11 				            p_rerun                 IN   VARCHAR2, --'Y'/'N'
12                     x_return_status         OUT NOCOPY  VARCHAR2,
13                     x_msg_count             OUT NOCOPY  NUMBER,
14                     x_msg_data              OUT NOCOPY  VARCHAR2
15                    );
16 
17 End IEM_MGINBOX_PUB;