DBA Data[Home] [Help]

APPS.CSP_PLANNED_ORDERS_W dependencies on CSP_PLANNED_ORDERS

Line 1: package body csp_planned_orders_w as

1: package body csp_planned_orders_w as
2: /* $Header: cspwppob.pls 120.0 2005/07/12 13:19 phegde noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy csp_planned_orders.line_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy csp_planned_orders.line_tbl_type, a0 JTF_NUMBER_TABLE

1: package body csp_planned_orders_w as
2: /* $Header: cspwppob.pls 120.0 2005/07/12 13:19 phegde noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy csp_planned_orders.line_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_VARCHAR2_TABLE_100

Line 32: procedure rosetta_table_copy_out_p1(t csp_planned_orders.line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

28: end loop;
29: end if;
30: end if;
31: end rosetta_table_copy_in_p1;
32: procedure rosetta_table_copy_out_p1(t csp_planned_orders.line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
33: , a1 out nocopy JTF_VARCHAR2_TABLE_100
34: , a2 out nocopy JTF_NUMBER_TABLE
35: , a3 out nocopy JTF_NUMBER_TABLE
36: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 98: ddpx_line_tbl csp_planned_orders.line_tbl_type;

94: , x_msg_data out nocopy VARCHAR2
95: )
96:
97: as
98: ddpx_line_tbl csp_planned_orders.line_tbl_type;
99: ddindx binary_integer; indx binary_integer;
100: begin
101:
102: -- copy data to the local IN or IN-OUT args, if any

Line 108: csp_planned_orders_w.rosetta_table_copy_in_p1(ddpx_line_tbl, p5_a0

104:
105:
106:
107:
108: csp_planned_orders_w.rosetta_table_copy_in_p1(ddpx_line_tbl, p5_a0
109: , p5_a1
110: , p5_a2
111: , p5_a3
112: , p5_a4

Line 120: csp_planned_orders.create_orders(p_api_version,

116:
117:
118:
119: -- here's the delegated call to the old PL/SQL routine
120: csp_planned_orders.create_orders(p_api_version,
121: p_init_msg_list,
122: p_commit,
123: p_organization_id,
124: p_inventory_item_id,

Line 141: end csp_planned_orders_w;

137:
138:
139: end;
140:
141: end csp_planned_orders_w;