DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_H_PKG dependencies on CSI_II_RELATIONSHIPS_H_PKG

Line 1: PACKAGE BODY csi_ii_relationships_h_pkg AS

1: PACKAGE BODY csi_ii_relationships_h_pkg AS
2: /* $Header: csitirhb.pls 115.14 2003/09/04 00:20:36 sguthiva ship $ */
3: -- start of comments
4: -- package name : csi_ii_relationships_h_pkg
5: -- purpose :

Line 4: -- package name : csi_ii_relationships_h_pkg

1: PACKAGE BODY csi_ii_relationships_h_pkg AS
2: /* $Header: csitirhb.pls 115.14 2003/09/04 00:20:36 sguthiva ship $ */
3: -- start of comments
4: -- package name : csi_ii_relationships_h_pkg
5: -- purpose :
6: -- history :
7: -- note :
8: -- end of comments

Line 11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_ii_relationships_h_pkg';

7: -- note :
8: -- end of comments
9:
10:
11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_ii_relationships_h_pkg';
12: g_file_name CONSTANT VARCHAR2(12) := 'csitirhb.pls';
13:
14: PROCEDURE insert_row(
15: px_relationship_history_id IN OUT NOCOPY NUMBER ,

Line 302: END csi_ii_relationships_h_pkg;

298: RAISE NO_DATA_FOUND;
299: END IF;
300: END Update_Row;
301:
302: END csi_ii_relationships_h_pkg;