DBA Data[Home] [Help]

APPS.LNS_PARTICIPANTS_PUB_W dependencies on LNS_PARTICIPANTS_PUB

Line 1: package body lns_participants_pub_w as

1: package body lns_participants_pub_w as
2: /* $Header: LNS_PART_PUBJ_B.pls 120.6 2011/08/22 10:38:46 gparuchu ship $ */
3: procedure validateparticipant(p0_a0 NUMBER
4: , p0_a1 NUMBER
5: , p0_a2 NUMBER

Line 47: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;

43: , x_msg_data out nocopy VARCHAR2
44: )
45:
46: as
47: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;
48: ddindx binary_integer; indx binary_integer;
49: begin
50:
51: -- copy data to the local IN or IN-OUT args, if any

Line 95: lns_participants_pub.validateparticipant(ddp_loan_participant_rec,

91:
92:
93:
94: -- here's the delegated call to the old PL/SQL routine
95: lns_participants_pub.validateparticipant(ddp_loan_participant_rec,
96: p_mode,
97: x_return_status,
98: x_msg_count,
99: x_msg_data);

Line 154: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;

150: , x_msg_data out nocopy VARCHAR2
151: )
152:
153: as
154: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;
155: ddindx binary_integer; indx binary_integer;
156: begin
157:
158: -- copy data to the local IN or IN-OUT args, if any

Line 204: lns_participants_pub.createparticipant(p_init_msg_list,

200:
201:
202:
203: -- here's the delegated call to the old PL/SQL routine
204: lns_participants_pub.createparticipant(p_init_msg_list,
205: p_validation_level,
206: ddp_loan_participant_rec,
207: x_participant_id,
208: x_return_status,

Line 267: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;

263: , x_msg_data out nocopy VARCHAR2
264: )
265:
266: as
267: ddp_loan_participant_rec lns_participants_pub.loan_participant_rec_type;
268: ddindx binary_integer; indx binary_integer;
269: begin
270:
271: -- copy data to the local IN or IN-OUT args, if any

Line 317: lns_participants_pub.updateparticipant(p_init_msg_list,

313:
314:
315:
316: -- here's the delegated call to the old PL/SQL routine
317: lns_participants_pub.updateparticipant(p_init_msg_list,
318: p_validation_level,
319: ddp_loan_participant_rec,
320: x_object_version_number,
321: x_return_status,

Line 334: end lns_participants_pub_w;

330:
331:
332: end;
333:
334: end lns_participants_pub_w;