DBA Data[Home] [Help]

APPS.CSC_ACTION_ASSEMBLER_PVT_W dependencies on CSC_ACTION_ASSEMBLER_PVT

Line 1: package body csc_action_assembler_pvt_w as

1: package body csc_action_assembler_pvt_w as
2: /* $Header: cscwpotb.pls 115.1 2003/03/05 21:54:03 jamose 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 13: procedure rosetta_table_copy_in_p1(t out nocopy csc_action_assembler_pvt.results_tab_type, a0 JTF_VARCHAR2_TABLE_1000

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy csc_action_assembler_pvt.results_tab_type, a0 JTF_VARCHAR2_TABLE_1000
14: , a1 JTF_VARCHAR2_TABLE_1000
15: , a2 JTF_VARCHAR2_TABLE_1800
16: ) as
17: ddindx binary_integer; indx binary_integer;

Line 36: procedure rosetta_table_copy_out_p1(t csc_action_assembler_pvt.results_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000

32: end loop;
33: end if;
34: end if;
35: end rosetta_table_copy_in_p1;
36: procedure rosetta_table_copy_out_p1(t csc_action_assembler_pvt.results_tab_type, a0 out nocopy JTF_VARCHAR2_TABLE_1000
37: , a1 out nocopy JTF_VARCHAR2_TABLE_1000
38: , a2 out nocopy JTF_VARCHAR2_TABLE_1800
39: ) as
40: ddindx binary_integer; indx binary_integer;

Line 83: ddx_results_tbl csc_action_assembler_pvt.results_tab_type;

79: )
80:
81: as
82: ddp_msg_tbl okc_aq_pvt.msg_tab_typ;
83: ddx_results_tbl csc_action_assembler_pvt.results_tab_type;
84: ddindx binary_integer; indx binary_integer;
85: begin
86:
87: -- copy data to the local IN or IN-OUT args, if any

Line 98: csc_action_assembler_pvt.enable_plan_and_get_outcomes(p_party_id,

94: );
95:
96:
97: -- here's the delegated call to the old PL/SQL routine
98: csc_action_assembler_pvt.enable_plan_and_get_outcomes(p_party_id,
99: p_cust_account_id,
100: p_end_user_type,
101: p_application_short_name,
102: ddp_msg_tbl,

Line 111: csc_action_assembler_pvt_w.rosetta_table_copy_out_p1(ddx_results_tbl, p5_a0

107:
108:
109:
110:
111: csc_action_assembler_pvt_w.rosetta_table_copy_out_p1(ddx_results_tbl, p5_a0
112: , p5_a1
113: , p5_a2
114: );
115: end;

Line 133: ddx_results_tbl csc_action_assembler_pvt.results_tab_type;

129: )
130:
131: as
132: ddp_msg_tbl okc_aq_pvt.msg_tab_typ;
133: ddx_results_tbl csc_action_assembler_pvt.results_tab_type;
134: ddindx binary_integer; indx binary_integer;
135: begin
136:
137: -- copy data to the local IN or IN-OUT args, if any

Line 149: csc_action_assembler_pvt_w.rosetta_table_copy_in_p1(ddx_results_tbl, p8_a0

145:
146:
147:
148:
149: csc_action_assembler_pvt_w.rosetta_table_copy_in_p1(ddx_results_tbl, p8_a0
150: , p8_a1
151: , p8_a2
152: );
153:

Line 155: csc_action_assembler_pvt.get_outcomes(p_api_version_number,

151: , p8_a2
152: );
153:
154: -- here's the delegated call to the old PL/SQL routine
155: csc_action_assembler_pvt.get_outcomes(p_api_version_number,
156: p_init_msg_list,
157: p_action_id,
158: p_application_short_name,
159: ddp_msg_tbl,

Line 174: csc_action_assembler_pvt_w.rosetta_table_copy_out_p1(ddx_results_tbl, p8_a0

170:
171:
172:
173:
174: csc_action_assembler_pvt_w.rosetta_table_copy_out_p1(ddx_results_tbl, p8_a0
175: , p8_a1
176: , p8_a2
177: );
178: end;

Line 180: end csc_action_assembler_pvt_w;

176: , p8_a2
177: );
178: end;
179:
180: end csc_action_assembler_pvt_w;