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.2 2005/08/22 05:40:38 hikumar noship $ */
3: procedure create_fee_assignment(p_init_msg_list VARCHAR2
4: , p1_a0 NUMBER
5: , p1_a1 NUMBER

Line 34: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;

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

Line 69: lns_fee_assignment_pub.create_fee_assignment(p_init_msg_list,

65:
66:
67:
68: -- here's the delegated call to the old PL/SQL routine
69: lns_fee_assignment_pub.create_fee_assignment(p_init_msg_list,
70: ddp_fee_assignment_rec,
71: x_fee_assignment_id,
72: x_return_status,
73: x_msg_count,

Line 115: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;

111: , x_msg_data out nocopy VARCHAR2
112: )
113:
114: as
115: ddp_fee_assignment_rec lns_fee_assignment_pub.fee_assignment_rec_type;
116: ddindx binary_integer; indx binary_integer;
117: begin
118:
119: -- copy data to the local IN or IN-OUT args, if any

Line 150: lns_fee_assignment_pub.update_fee_assignment(p_init_msg_list,

146:
147:
148:
149: -- here's the delegated call to the old PL/SQL routine
150: lns_fee_assignment_pub.update_fee_assignment(p_init_msg_list,
151: ddp_fee_assignment_rec,
152: p_object_version_number,
153: x_return_status,
154: x_msg_count,

Line 165: end lns_fee_assignment_pub_w;

161:
162:
163: end;
164:
165: end lns_fee_assignment_pub_w;