DBA Data[Home] [Help]

APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT_W dependencies on JTF_VARCHAR2_TABLE_4000

Line 973: , a1 JTF_VARCHAR2_TABLE_4000

969: end if;
970: end rosetta_table_copy_out_p12;
971:
972: procedure rosetta_table_copy_in_p14(t out nocopy ahl_prd_blk_parts_change_pvt.error_msg_tbl_type, a0 JTF_VARCHAR2_TABLE_100
973: , a1 JTF_VARCHAR2_TABLE_4000
974: ) as
975: ddindx binary_integer; indx binary_integer;
976: begin
977: if a0 is not null and a0.count > 0 then

Line 994: , a1 out nocopy JTF_VARCHAR2_TABLE_4000

990: end if;
991: end if;
992: end rosetta_table_copy_in_p14;
993: procedure rosetta_table_copy_out_p14(t ahl_prd_blk_parts_change_pvt.error_msg_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
994: , a1 out nocopy JTF_VARCHAR2_TABLE_4000
995: ) as
996: ddindx binary_integer; indx binary_integer;
997: begin
998: if t is null or t.count = 0 then

Line 1000: a1 := JTF_VARCHAR2_TABLE_4000();

996: ddindx binary_integer; indx binary_integer;
997: begin
998: if t is null or t.count = 0 then
999: a0 := JTF_VARCHAR2_TABLE_100();
1000: a1 := JTF_VARCHAR2_TABLE_4000();
1001: else
1002: a0 := JTF_VARCHAR2_TABLE_100();
1003: a1 := JTF_VARCHAR2_TABLE_4000();
1004: if t.count > 0 then

Line 1003: a1 := JTF_VARCHAR2_TABLE_4000();

999: a0 := JTF_VARCHAR2_TABLE_100();
1000: a1 := JTF_VARCHAR2_TABLE_4000();
1001: else
1002: a0 := JTF_VARCHAR2_TABLE_100();
1003: a1 := JTF_VARCHAR2_TABLE_4000();
1004: if t.count > 0 then
1005: a0.extend(t.count);
1006: a1.extend(t.count);
1007: ddindx := t.first;

Line 1586: , p11_a1 out nocopy JTF_VARCHAR2_TABLE_4000

1582: , x_return_status out nocopy VARCHAR2
1583: , x_msg_count out nocopy NUMBER
1584: , x_msg_data out nocopy VARCHAR2
1585: , p11_a0 out nocopy JTF_VARCHAR2_TABLE_100
1586: , p11_a1 out nocopy JTF_VARCHAR2_TABLE_4000
1587: )
1588:
1589: as
1590: ddp_x_parts_rec_tbl ahl_prd_blk_parts_change_pvt.part_change_tbl_type;