DBA Data[Home] [Help]

PACKAGE: APPS.CSI_EAM_INTERFACE_GRP

Source


1 PACKAGE csi_eam_interface_grp  AUTHID CURRENT_USER AS
2 /* $Header: csigeams.pls 120.0 2005/06/17 14:56:34 brmanesh noship $ */
3 
4   g_pkg_name                constant varchar2(30) := 'csi_eam_interface_grp';
5 
6   PROCEDURE wip_completion(
7     p_wip_entity_id   IN  number,
8     p_organization_id IN  number,
9     x_return_status   OUT nocopy varchar2,
10     x_error_message   OUT nocopy varchar2);
11 
12   PROCEDURE rebuildable_return(
13     p_wip_entity_id   IN  number,
14     p_organization_id IN  number,
15     p_instance_id     IN  number,
16     x_return_status   OUT nocopy varchar2,
17     x_error_message   OUT nocopy varchar2);
18 
19 END csi_eam_interface_grp;