DBA Data[Home] [Help]

APPS.OKL_INS_QUOTE_PVT_W dependencies on JTF_VARCHAR2_TABLE_200

Line 915: , a1 JTF_VARCHAR2_TABLE_200

911: end if;
912: end rosetta_table_copy_out_p5;
913:
914: procedure rosetta_table_copy_in_p7(t out nocopy okl_ins_quote_pvt.policy_tbl_type, a0 JTF_VARCHAR2_TABLE_100
915: , a1 JTF_VARCHAR2_TABLE_200
916: ) as
917: ddindx binary_integer; indx binary_integer;
918: begin
919: if a0 is not null and a0.count > 0 then

Line 936: , a1 out nocopy JTF_VARCHAR2_TABLE_200

932: end if;
933: end if;
934: end rosetta_table_copy_in_p7;
935: procedure rosetta_table_copy_out_p7(t okl_ins_quote_pvt.policy_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
936: , a1 out nocopy JTF_VARCHAR2_TABLE_200
937: ) as
938: ddindx binary_integer; indx binary_integer;
939: begin
940: if t is null or t.count = 0 then

Line 942: a1 := JTF_VARCHAR2_TABLE_200();

938: ddindx binary_integer; indx binary_integer;
939: begin
940: if t is null or t.count = 0 then
941: a0 := JTF_VARCHAR2_TABLE_100();
942: a1 := JTF_VARCHAR2_TABLE_200();
943: else
944: a0 := JTF_VARCHAR2_TABLE_100();
945: a1 := JTF_VARCHAR2_TABLE_200();
946: if t.count > 0 then

Line 945: a1 := JTF_VARCHAR2_TABLE_200();

941: a0 := JTF_VARCHAR2_TABLE_100();
942: a1 := JTF_VARCHAR2_TABLE_200();
943: else
944: a0 := JTF_VARCHAR2_TABLE_100();
945: a1 := JTF_VARCHAR2_TABLE_200();
946: if t.count > 0 then
947: a0.extend(t.count);
948: a1.extend(t.count);
949: ddindx := t.first;