DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_PUB_W dependencies on CS_INCIDENTLINKS_PUB

Line 1: package body cs_incidentlinks_pub_w as

1: package body cs_incidentlinks_pub_w as
2: /* $Header: cswpsrlb.pls 115.7 2004/02/04 19:43:43 aneemuch noship $ */
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 58: ddp_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;

54: , x_link_id out nocopy NUMBER
55: )
56:
57: as
58: ddp_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;
59: ddindx binary_integer; indx binary_integer;
60: begin
61:
62: -- copy data to the local IN or IN-OUT args, if any

Line 107: cs_incidentlinks_pub.create_incidentlink(p_api_version,

103:
104:
105:
106: -- here's the delegated call to the old PL/SQL routine
107: cs_incidentlinks_pub.create_incidentlink(p_api_version,
108: p_init_msg_list,
109: p_commit,
110: p_resp_appl_id,
111: p_resp_id,

Line 242: cs_incidentlinks_pub.create_incidentlink(p_api_version,

238:
239:
240:
241: -- here's the delegated call to the old PL/SQL routine
242: cs_incidentlinks_pub.create_incidentlink(p_api_version,
243: p_init_msg_list,
244: p_commit,
245: p_resp_appl_id,
246: p_resp_id,

Line 382: ddp_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;

378: , x_msg_data out nocopy VARCHAR2
379: )
380:
381: as
382: ddp_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;
383: ddindx binary_integer; indx binary_integer;
384: begin
385:
386: -- copy data to the local IN or IN-OUT args, if any

Line 431: cs_incidentlinks_pub.update_incidentlink(p_api_version,

427:
428:
429:
430: -- here's the delegated call to the old PL/SQL routine
431: cs_incidentlinks_pub.update_incidentlink(p_api_version,
432: p_init_msg_list,
433: p_commit,
434: p_resp_appl_id,
435: p_resp_id,

Line 564: cs_incidentlinks_pub.update_incidentlink(p_api_version,

560:
561:
562:
563: -- here's the delegated call to the old PL/SQL routine
564: cs_incidentlinks_pub.update_incidentlink(p_api_version,
565: p_init_msg_list,
566: p_commit,
567: p_resp_appl_id,
568: p_resp_id,

Line 657: end cs_incidentlinks_pub_w;

653:
654:
655: end;
656:
657: end cs_incidentlinks_pub_w;