DBA Data[Home] [Help]

APPS.CE_BA_SIGNATORY_HISTORY dependencies on CE_BA_SIGNATORY_HISTORY

Line 1: PACKAGE BODY CE_BA_SIGNATORY_HISTORY as

1: PACKAGE BODY CE_BA_SIGNATORY_HISTORY as
2: /* $Header: cebasighisb.pls 120.0 2005/03/31 14:06:36 svali noship $ */
3: --
4: -- Package
5: -- ce_ba_signatory_history

Line 5: -- ce_ba_signatory_history

1: PACKAGE BODY CE_BA_SIGNATORY_HISTORY as
2: /* $Header: cebasighisb.pls 120.0 2005/03/31 14:06:36 svali noship $ */
3: --
4: -- Package
5: -- ce_ba_signatory_history
6: -- Purpose
7: -- To contain validation and insertion routines for ce_ba_signatory_history
8: -- History
9: -- 15-dec-2004 Shaik Vali Created

Line 7: -- To contain validation and insertion routines for ce_ba_signatory_history

3: --
4: -- Package
5: -- ce_ba_signatory_history
6: -- Purpose
7: -- To contain validation and insertion routines for ce_ba_signatory_history
8: -- History
9: -- 15-dec-2004 Shaik Vali Created
10:
11: FUNCTION body_revision RETURN VARCHAR2 IS

Line 30: -- Inserts a row into ce_ba_signatory_history

26: --
27: -- Procedure
28: -- Insert_Row
29: -- Purpose
30: -- Inserts a row into ce_ba_signatory_history
31: -- History
32: -- 15-Dec-2004 Shaik Vali Created
33: -- Arguments
34: -- all the columns of the table CE_BA_SIGNATORY_HISTORY

Line 34: -- all the columns of the table CE_BA_SIGNATORY_HISTORY

30: -- Inserts a row into ce_ba_signatory_history
31: -- History
32: -- 15-Dec-2004 Shaik Vali Created
33: -- Arguments
34: -- all the columns of the table CE_BA_SIGNATORY_HISTORY
35: -- Example
36: -- CE_BA_SIGNATORY_HISTORY.Insert_Row(....;
37: -- Notes
38: --

Line 36: -- CE_BA_SIGNATORY_HISTORY.Insert_Row(....;

32: -- 15-Dec-2004 Shaik Vali Created
33: -- Arguments
34: -- all the columns of the table CE_BA_SIGNATORY_HISTORY
35: -- Example
36: -- CE_BA_SIGNATORY_HISTORY.Insert_Row(....;
37: -- Notes
38: --
39:
40: PROCEDURE Insert_Row( X_rowid IN OUT NOCOPY VARCHAR2,

Line 146: END CE_BA_SIGNATORY_HISTORY;

142: end if;
143: CLOSE C;
144: END Insert_Row;
145:
146: END CE_BA_SIGNATORY_HISTORY;