DBA Data[Home] [Help]

APPS.LNS_FEE_ASSIGNMENT_PUB_W dependencies on LNS_FEE_ASSIGNMENT_PUB

Line 1: package body lns_fee_assignment_pub_w as

1: package body lns_fee_assignment_pub_w as
2: /* $Header: LNS_FASGM_PUBJ_B.pls 120.5 2010/06/28 10:36:26 gparuchu ship $ */
3: procedure create_fee_assignment(p_init_msg_list VARCHAR2
4: , p1_a0 NUMBER
5: , p1_a1 NUMBER

Line 37: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;

33: , x_msg_data out nocopy VARCHAR2
34: )
35:
36: as
37: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;
38: ddindx binary_integer; indx binary_integer;
39: begin
40:
41: -- copy data to the local IN or IN-OUT args, if any

Line 75: lns_fee_assignment_pub.create_fee_assignment(p_init_msg_list,

71:
72:
73:
74: -- here's the delegated call to the old PL/SQL routine
75: lns_fee_assignment_pub.create_fee_assignment(p_init_msg_list,
76: ddp_fee_assignment_rec,
77: x_fee_assignment_id,
78: x_return_status,
79: x_msg_count,

Line 124: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;

120: , x_msg_data out nocopy VARCHAR2
121: )
122:
123: as
124: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;
125: ddindx binary_integer; indx binary_integer;
126: begin
127:
128: -- copy data to the local IN or IN-OUT args, if any

Line 162: lns_fee_assignment_pub.update_fee_assignment(p_init_msg_list,

158:
159:
160:
161: -- here's the delegated call to the old PL/SQL routine
162: lns_fee_assignment_pub.update_fee_assignment(p_init_msg_list,
163: ddp_fee_assignment_rec,
164: p_object_version_number,
165: x_return_status,
166: x_msg_count,

Line 177: end lns_fee_assignment_pub_w;

173:
174:
175: end;
176:
177: end lns_fee_assignment_pub_w;