DBA Data[Home] [Help]

APPS.CUG_SR_TYPE_ATTR_MAPS_PKG_W dependencies on CUG_SR_TYPE_ATTR_MAPS_PKG

Line 1: package body cug_sr_type_attr_maps_pkg_w as

1: package body cug_sr_type_attr_maps_pkg_w as
2: /* $Header: CUGSRTYB.pls 115.6 2004/03/29 21:44:16 aneemuch ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 107: cug_sr_type_attr_maps_pkg.insert_row(x_rowid,

103:
104:
105:
106: -- here's the delegated call to the old PL/SQL routine
107: cug_sr_type_attr_maps_pkg.insert_row(x_rowid,
108: x_sr_type_attr_map_id,
109: x_sr_type_attr_seq_num,
110: x_object_version_number,
111: x_incident_type_id,

Line 266: cug_sr_type_attr_maps_pkg.lock_row(x_sr_type_attr_map_id,

262:
263:
264:
265: -- here's the delegated call to the old PL/SQL routine
266: cug_sr_type_attr_maps_pkg.lock_row(x_sr_type_attr_map_id,
267: x_sr_type_attr_seq_num,
268: x_object_version_number,
269: x_incident_type_id,
270: x_sr_attribute_code,

Line 421: cug_sr_type_attr_maps_pkg.update_row(x_sr_type_attr_map_id,

417:
418:
419:
420: -- here's the delegated call to the old PL/SQL routine
421: cug_sr_type_attr_maps_pkg.update_row(x_sr_type_attr_map_id,
422: x_sr_type_attr_seq_num,
423: x_object_version_number,
424: x_incident_type_id,
425: x_sr_attribute_code,

Line 552: cug_sr_type_attr_maps_pkg.load_row(x_sr_type_attr_map_id,

548:
549:
550:
551: -- here's the delegated call to the old PL/SQL routine
552: cug_sr_type_attr_maps_pkg.load_row(x_sr_type_attr_map_id,
553: x_incident_type_id,
554: x_sr_attribute_code,
555: x_sr_attr_mandatory_flag,
556: x_sr_attr_displayed_flag,

Line 599: end cug_sr_type_attr_maps_pkg_w;

595:
596:
597: end;
598:
599: end cug_sr_type_attr_maps_pkg_w;