DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_MAPPING_W dependencies on AMS_LIST_SRC_MAPPING

Line 1: package body ams_list_src_mapping_w as

1: package body ams_list_src_mapping_w as
2: /* $Header: amswlsrb.pls 120.1 2006/01/12 22:09 rmbhanda 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 22: procedure rosetta_table_copy_in_p1(t out nocopy ams_list_src_mapping.l_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out nocopy ams_list_src_mapping.l_tbl_type, a0 JTF_VARCHAR2_TABLE_1000) as
23: ddindx binary_integer; indx binary_integer;
24: begin
25: if a0 is not null and a0.count > 0 then
26: if a0.count > 0 then

Line 40: procedure rosetta_table_copy_out_p1(t ams_list_src_mapping.l_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p1;
40: procedure rosetta_table_copy_out_p1(t ams_list_src_mapping.l_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
41: ddindx binary_integer; indx binary_integer;
42: begin
43: if t is null or t.count = 0 then
44: a0 := JTF_VARCHAR2_TABLE_1000();

Line 79: ddp_list_src_fields ams_list_src_mapping.l_tbl_type;

75: , px_src_type_id in out nocopy NUMBER
76: )
77:
78: as
79: ddp_list_src_fields ams_list_src_mapping.l_tbl_type;
80: ddp_list_target_fields ams_list_src_mapping.l_tbl_type;
81: ddindx binary_integer; indx binary_integer;
82: begin
83:

Line 80: ddp_list_target_fields ams_list_src_mapping.l_tbl_type;

76: )
77:
78: as
79: ddp_list_src_fields ams_list_src_mapping.l_tbl_type;
80: ddp_list_target_fields ams_list_src_mapping.l_tbl_type;
81: ddindx binary_integer; indx binary_integer;
82: begin
83:
84: -- copy data to the local IN or IN-OUT args, if any

Line 95: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_src_fields, p_list_src_fields);

91:
92:
93:
94:
95: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_src_fields, p_list_src_fields);
96:
97: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_target_fields, p_list_target_fields);
98:
99:

Line 97: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_target_fields, p_list_target_fields);

93:
94:
95: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_src_fields, p_list_src_fields);
96:
97: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_target_fields, p_list_target_fields);
98:
99:
100: -- here's the delegated call to the old PL/SQL routine
101: ams_list_src_mapping.create_mapping(p_api_version,

Line 101: ams_list_src_mapping.create_mapping(p_api_version,

97: ams_list_src_mapping_w.rosetta_table_copy_in_p1(ddp_list_target_fields, p_list_target_fields);
98:
99:
100: -- here's the delegated call to the old PL/SQL routine
101: ams_list_src_mapping.create_mapping(p_api_version,
102: p_init_msg_list,
103: p_commit,
104: p_validation_level,
105: x_return_status,

Line 130: end ams_list_src_mapping_w;

126:
127:
128: end;
129:
130: end ams_list_src_mapping_w;