DBA Data[Home] [Help]

APPS.GMO_OPERT_CERT_GTMP_DBL dependencies on GMO_OPERT_CERT_GTMP

Line 1: PACKAGE BODY gmo_opert_cert_gtmp_dbl AS

1: PACKAGE BODY gmo_opert_cert_gtmp_dbl AS
2: /* $Header: GMOVGCTB.pls 120.2 2011/02/24 12:28:04 srpuri ship $ */
3:
4: /* Global Variables */
5: g_table_name VARCHAR2 (80) DEFAULT 'gmo_opert_cert_gtmp_dbl';

Line 5: g_table_name VARCHAR2 (80) DEFAULT 'gmo_opert_cert_gtmp_dbl';

1: PACKAGE BODY gmo_opert_cert_gtmp_dbl AS
2: /* $Header: GMOVGCTB.pls 120.2 2011/02/24 12:28:04 srpuri ship $ */
3:
4: /* Global Variables */
5: g_table_name VARCHAR2 (80) DEFAULT 'gmo_opert_cert_gtmp_dbl';
6:
7: /*============================================================================
8: | Copyright (c) 2001 Oracle Corporation
9: | TVP, Reading

Line 40: | Insert_Row will insert a row in gmo_opert_cert_gtmp

36: |
37: | TYPE
38: | Private
39: | USAGE
40: | Insert_Row will insert a row in gmo_opert_cert_gtmp
41: |
42: |
43: | DESCRIPTION
44: | Insert_Row will insert a row in gmo_opert_cert_gtmp

Line 44: | Insert_Row will insert a row in gmo_opert_cert_gtmp

40: | Insert_Row will insert a row in gmo_opert_cert_gtmp
41: |
42: |
43: | DESCRIPTION
44: | Insert_Row will insert a row in gmo_opert_cert_gtmp
45:
46: | HISTORY
47: | 12-MAR-07 Pawan Kumar Created
48: |

Line 70: INSERT INTO gmo_opert_cert_gtmp

66:
67:
68:
69:
70: INSERT INTO gmo_opert_cert_gtmp
71: (ERECORD_ID
72: ,Operator_certificate_id
73: ,EVENT_KEY
74: ,EVENT_NAME

Line 99: END gmo_opert_cert_gtmp_dbl;

95: END insert_row;
96:
97:
98:
99: END gmo_opert_cert_gtmp_dbl;