DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PUB_W dependencies on CSF_DEBRIEF_PUB

Line 1: package body csf_debrief_pub_w as

1: package body csf_debrief_pub_w as
2: /* $Header: csfrwdbb.pls 120.0 2005/05/24 18:28:05 appldev noship $ */
3: procedure rosetta_table_copy_in_p5(t out nocopy csf_debrief_pub.debrief_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_DATE_TABLE

Line 3: procedure rosetta_table_copy_in_p5(t out nocopy csf_debrief_pub.debrief_tbl_type, a0 JTF_NUMBER_TABLE

1: package body csf_debrief_pub_w as
2: /* $Header: csfrwdbb.pls 120.0 2005/05/24 18:28:05 appldev noship $ */
3: procedure rosetta_table_copy_in_p5(t out nocopy csf_debrief_pub.debrief_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_DATE_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 72: procedure rosetta_table_copy_out_p5(t csf_debrief_pub.debrief_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

68: end loop;
69: end if;
70: end if;
71: end rosetta_table_copy_in_p5;
72: procedure rosetta_table_copy_out_p5(t csf_debrief_pub.debrief_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
73: , a1 out nocopy JTF_VARCHAR2_TABLE_100
74: , a2 out nocopy JTF_DATE_TABLE
75: , a3 out nocopy JTF_NUMBER_TABLE
76: , a4 out nocopy JTF_NUMBER_TABLE

Line 221: procedure rosetta_table_copy_in_p10(t out nocopy csf_debrief_pub.debrief_line_tbl_type, a0 JTF_NUMBER_TABLE

217: end if;
218: end if;
219: end rosetta_table_copy_out_p5;
220:
221: procedure rosetta_table_copy_in_p10(t out nocopy csf_debrief_pub.debrief_line_tbl_type, a0 JTF_NUMBER_TABLE
222: , a1 JTF_NUMBER_TABLE
223: , a2 JTF_NUMBER_TABLE
224: , a3 JTF_DATE_TABLE
225: , a4 JTF_NUMBER_TABLE

Line 374: procedure rosetta_table_copy_out_p10(t csf_debrief_pub.debrief_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

370: end loop;
371: end if;
372: end if;
373: end rosetta_table_copy_in_p10;
374: procedure rosetta_table_copy_out_p10(t csf_debrief_pub.debrief_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
375: , a1 out nocopy JTF_NUMBER_TABLE
376: , a2 out nocopy JTF_NUMBER_TABLE
377: , a3 out nocopy JTF_DATE_TABLE
378: , a4 out nocopy JTF_NUMBER_TABLE

Line 837: ddp_debrief_rec csf_debrief_pub.debrief_rec_type;

833: , x_msg_data out nocopy VARCHAR2
834: )
835:
836: as
837: ddp_debrief_rec csf_debrief_pub.debrief_rec_type;
838: ddp_debrief_line_tbl csf_debrief_pub.debrief_line_tbl_type;
839: ddindx binary_integer; indx binary_integer;
840: begin
841:

Line 838: ddp_debrief_line_tbl csf_debrief_pub.debrief_line_tbl_type;

834: )
835:
836: as
837: ddp_debrief_rec csf_debrief_pub.debrief_rec_type;
838: ddp_debrief_line_tbl csf_debrief_pub.debrief_line_tbl_type;
839: ddindx binary_integer; indx binary_integer;
840: begin
841:
842: -- copy data to the local IN or IN-OUT args, if any

Line 873: csf_debrief_pub_w.rosetta_table_copy_in_p10(ddp_debrief_line_tbl, p4_a0

869: ddp_debrief_rec.attribute14 := p3_a23;
870: ddp_debrief_rec.attribute15 := p3_a24;
871: ddp_debrief_rec.attribute_category := p3_a25;
872:
873: csf_debrief_pub_w.rosetta_table_copy_in_p10(ddp_debrief_line_tbl, p4_a0
874: , p4_a1
875: , p4_a2
876: , p4_a3
877: , p4_a4

Line 948: csf_debrief_pub.create_debrief(p_api_version_number,

944:
945:
946:
947: -- here's the delegated call to the old PL/SQL routine
948: csf_debrief_pub.create_debrief(p_api_version_number,
949: p_init_msg_list,
950: p_commit,
951: ddp_debrief_rec,
952: ddp_debrief_line_tbl,

Line 1004: ddp_debrief_rec csf_debrief_pub.debrief_rec_type;

1000: , x_msg_data out nocopy VARCHAR2
1001: )
1002:
1003: as
1004: ddp_debrief_rec csf_debrief_pub.debrief_rec_type;
1005: ddindx binary_integer; indx binary_integer;
1006: begin
1007:
1008: -- copy data to the local IN or IN-OUT args, if any

Line 1043: csf_debrief_pub.update_debrief(p_api_version_number,

1039:
1040:
1041:
1042: -- here's the delegated call to the old PL/SQL routine
1043: csf_debrief_pub.update_debrief(p_api_version_number,
1044: p_init_msg_list,
1045: p_commit,
1046: ddp_debrief_rec,
1047: x_return_status,

Line 1141: ddp_debrief_line_tbl csf_debrief_pub.debrief_line_tbl_type;

1137: , x_msg_data out nocopy VARCHAR2
1138: )
1139:
1140: as
1141: ddp_debrief_line_tbl csf_debrief_pub.debrief_line_tbl_type;
1142: ddindx binary_integer; indx binary_integer;
1143: begin
1144:
1145: -- copy data to the local IN or IN-OUT args, if any

Line 1151: csf_debrief_pub_w.rosetta_table_copy_in_p10(ddp_debrief_line_tbl, p5_a0

1147:
1148:
1149:
1150:
1151: csf_debrief_pub_w.rosetta_table_copy_in_p10(ddp_debrief_line_tbl, p5_a0
1152: , p5_a1
1153: , p5_a2
1154: , p5_a3
1155: , p5_a4

Line 1227: csf_debrief_pub.create_debrief_lines(p_api_version_number,

1223:
1224:
1225:
1226: -- here's the delegated call to the old PL/SQL routine
1227: csf_debrief_pub.create_debrief_lines(p_api_version_number,
1228: p_init_msg_list,
1229: p_commit,
1230: p_upd_tskassgnstatus,
1231: p_task_assignment_status,

Line 1331: ddp_debrief_line_rec csf_debrief_pub.debrief_line_rec_type;

1327: , x_msg_data out nocopy VARCHAR2
1328: )
1329:
1330: as
1331: ddp_debrief_line_rec csf_debrief_pub.debrief_line_rec_type;
1332: ddindx binary_integer; indx binary_integer;
1333: begin
1334:
1335: -- copy data to the local IN or IN-OUT args, if any

Line 1414: csf_debrief_pub.update_debrief_line(p_api_version_number,

1410:
1411:
1412:
1413: -- here's the delegated call to the old PL/SQL routine
1414: csf_debrief_pub.update_debrief_line(p_api_version_number,
1415: p_init_msg_list,
1416: p_commit,
1417: p_upd_tskassgnstatus,
1418: p_task_assignment_status,

Line 1435: end csf_debrief_pub_w;

1431:
1432:
1433: end;
1434:
1435: end csf_debrief_pub_w;