DBA Data[Home] [Help]

APPS.AHL_MC_ITEMGROUP_PUB_W dependencies on AHL_MC_ITEMGROUP_PVT

Line 83: ddp_x_item_group_rec ahl_mc_itemgroup_pvt.item_group_rec_type;

79: , p9_a32 in out nocopy JTF_VARCHAR2_TABLE_100
80: )
81:
82: as
83: ddp_x_item_group_rec ahl_mc_itemgroup_pvt.item_group_rec_type;
84: ddp_x_items_tbl ahl_mc_itemgroup_pvt.item_association_tbl_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:

Line 84: ddp_x_items_tbl ahl_mc_itemgroup_pvt.item_association_tbl_type;

80: )
81:
82: as
83: ddp_x_item_group_rec ahl_mc_itemgroup_pvt.item_group_rec_type;
84: ddp_x_items_tbl ahl_mc_itemgroup_pvt.item_association_tbl_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 124: ahl_mc_itemgroup_pvt_w.rosetta_table_copy_in_p2(ddp_x_items_tbl, p9_a0

120: ddp_x_item_group_rec.attribute14 := p8_a23;
121: ddp_x_item_group_rec.attribute15 := p8_a24;
122: ddp_x_item_group_rec.operation_flag := p8_a25;
123:
124: ahl_mc_itemgroup_pvt_w.rosetta_table_copy_in_p2(ddp_x_items_tbl, p9_a0
125: , p9_a1
126: , p9_a2
127: , p9_a3
128: , p9_a4

Line 207: ahl_mc_itemgroup_pvt_w.rosetta_table_copy_out_p2(ddp_x_items_tbl, p9_a0

203: p8_a23 := ddp_x_item_group_rec.attribute14;
204: p8_a24 := ddp_x_item_group_rec.attribute15;
205: p8_a25 := ddp_x_item_group_rec.operation_flag;
206:
207: ahl_mc_itemgroup_pvt_w.rosetta_table_copy_out_p2(ddp_x_items_tbl, p9_a0
208: , p9_a1
209: , p9_a2
210: , p9_a3
211: , p9_a4