DBA Data[Home] [Help]

PACKAGE: APPS.PSP_ORG_DLS_PKG

Source


1 PACKAGE PSP_ORG_DLS_PKG AUTHID CURRENT_USER AS
2   /* $Header: PSPLSDLS.pls 120.1 2006/11/07 06:04:41 tbalacha noship $ */
3   Function Insert_Records_To_Table(p_template_id number, p_start_date DATE,p_end_date DATE
4                                   ,p_set_of_books_id number,p_business_group_id  number)  return NUMBER;
5    g_element_type_id_str  Varchar2(2000);
6   g_organization_str     Varchar2(2000);
7 END;