DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB_W dependencies on LNS_FUNDING_PUB

Line 1: package body lns_funding_pub_w as

1: package body lns_funding_pub_w as
2: /* $Header: LNS_FUND_PUBJ_B.pls 120.16 2005/12/12 10:19 scherkas noship $ */
3: procedure get_default_payment_attributes(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 29: ddp_trxn_attributes_rec lns_funding_pub.trxn_attributes_rec_type;

25: , x_msg_data out nocopy VARCHAR2
26: )
27:
28: as
29: ddp_trxn_attributes_rec lns_funding_pub.trxn_attributes_rec_type;
30: ddx_default_pmt_attrs_rec lns_funding_pub.default_pmt_attrs_rec_type;
31: ddindx binary_integer; indx binary_integer;
32: begin
33:

Line 30: ddx_default_pmt_attrs_rec lns_funding_pub.default_pmt_attrs_rec_type;

26: )
27:
28: as
29: ddp_trxn_attributes_rec lns_funding_pub.trxn_attributes_rec_type;
30: ddx_default_pmt_attrs_rec lns_funding_pub.default_pmt_attrs_rec_type;
31: ddindx binary_integer; indx binary_integer;
32: begin
33:
34: -- copy data to the local IN or IN-OUT args, if any

Line 56: lns_funding_pub.get_default_payment_attributes(p_api_version,

52:
53:
54:
55: -- here's the delegated call to the old PL/SQL routine
56: lns_funding_pub.get_default_payment_attributes(p_api_version,
57: p_init_msg_list,
58: p_commit,
59: p_validation_level,
60: ddp_trxn_attributes_rec,

Line 103: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;

99: , x_msg_data out nocopy VARCHAR2
100: )
101:
102: as
103: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;
104: ddindx binary_integer; indx binary_integer;
105: begin
106:
107: -- copy data to the local IN or IN-OUT args, if any

Line 128: lns_funding_pub.insert_disb_header(p_api_version,

124:
125:
126:
127: -- here's the delegated call to the old PL/SQL routine
128: lns_funding_pub.insert_disb_header(p_api_version,
129: p_init_msg_list,
130: p_commit,
131: p_validation_level,
132: ddp_disb_header_rec,

Line 168: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;

164: , x_msg_data out nocopy VARCHAR2
165: )
166:
167: as
168: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;
169: ddindx binary_integer; indx binary_integer;
170: begin
171:
172: -- copy data to the local IN or IN-OUT args, if any

Line 193: lns_funding_pub.update_disb_header(p_api_version,

189:
190:
191:
192: -- here's the delegated call to the old PL/SQL routine
193: lns_funding_pub.update_disb_header(p_api_version,
194: p_init_msg_list,
195: p_commit,
196: p_validation_level,
197: ddp_disb_header_rec,

Line 236: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;

232: , x_msg_data out nocopy VARCHAR2
233: )
234:
235: as
236: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;
237: ddindx binary_integer; indx binary_integer;
238: begin
239:
240: -- copy data to the local IN or IN-OUT args, if any

Line 264: lns_funding_pub.insert_disb_line(p_api_version,

260:
261:
262:
263: -- here's the delegated call to the old PL/SQL routine
264: lns_funding_pub.insert_disb_line(p_api_version,
265: p_init_msg_list,
266: p_commit,
267: p_validation_level,
268: ddp_disb_line_rec,

Line 307: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;

303: , x_msg_data out nocopy VARCHAR2
304: )
305:
306: as
307: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;
308: ddindx binary_integer; indx binary_integer;
309: begin
310:
311: -- copy data to the local IN or IN-OUT args, if any

Line 335: lns_funding_pub.update_disb_line(p_api_version,

331:
332:
333:
334: -- here's the delegated call to the old PL/SQL routine
335: lns_funding_pub.update_disb_line(p_api_version,
336: p_init_msg_list,
337: p_commit,
338: p_validation_level,
339: ddp_disb_line_rec,

Line 370: ddp_payee_rec lns_funding_pub.loan_payee_rec;

366: , x_msg_data out nocopy VARCHAR2
367: )
368:
369: as
370: ddp_payee_rec lns_funding_pub.loan_payee_rec;
371: ddindx binary_integer; indx binary_integer;
372: begin
373:
374: -- copy data to the local IN or IN-OUT args, if any

Line 390: lns_funding_pub.create_payee(p_api_version,

386:
387:
388:
389: -- here's the delegated call to the old PL/SQL routine
390: lns_funding_pub.create_payee(p_api_version,
391: p_init_msg_list,
392: p_commit,
393: p_validation_level,
394: ddp_payee_rec,

Line 433: ddp_payee_site_rec lns_funding_pub.loan_payee_site_rec;

429: , x_msg_data out nocopy VARCHAR2
430: )
431:
432: as
433: ddp_payee_site_rec lns_funding_pub.loan_payee_site_rec;
434: ddindx binary_integer; indx binary_integer;
435: begin
436:
437: -- copy data to the local IN or IN-OUT args, if any

Line 459: lns_funding_pub.create_payee_site(p_api_version,

455:
456:
457:
458: -- here's the delegated call to the old PL/SQL routine
459: lns_funding_pub.create_payee_site(p_api_version,
460: p_init_msg_list,
461: p_commit,
462: p_validation_level,
463: ddp_payee_site_rec,

Line 498: ddp_site_contact_rec lns_funding_pub.site_contact_rec;

494: , x_msg_data out nocopy VARCHAR2
495: )
496:
497: as
498: ddp_site_contact_rec lns_funding_pub.site_contact_rec;
499: ddindx binary_integer; indx binary_integer;
500: begin
501:
502: -- copy data to the local IN or IN-OUT args, if any

Line 520: lns_funding_pub.create_site_contact(p_api_version,

516:
517:
518:
519: -- here's the delegated call to the old PL/SQL routine
520: lns_funding_pub.create_site_contact(p_api_version,
521: p_init_msg_list,
522: p_commit,
523: p_validation_level,
524: ddp_site_contact_rec,

Line 556: ddp_bank_acc_use_rec lns_funding_pub.bank_account_use_rec;

552: , x_msg_data out nocopy VARCHAR2
553: )
554:
555: as
556: ddp_bank_acc_use_rec lns_funding_pub.bank_account_use_rec;
557: ddindx binary_integer; indx binary_integer;
558: begin
559:
560: -- copy data to the local IN or IN-OUT args, if any

Line 575: lns_funding_pub.create_bank_acc_use(p_api_version,

571:
572:
573:
574: -- here's the delegated call to the old PL/SQL routine
575: lns_funding_pub.create_bank_acc_use(p_api_version,
576: p_init_msg_list,
577: p_commit,
578: p_validation_level,
579: ddp_bank_acc_use_rec,

Line 614: ddp_init_funding_rec lns_funding_pub.init_funding_advice_rec;

610: , x_msg_data out nocopy VARCHAR2
611: )
612:
613: as
614: ddp_init_funding_rec lns_funding_pub.init_funding_advice_rec;
615: ddindx binary_integer; indx binary_integer;
616: begin
617:
618: -- copy data to the local IN or IN-OUT args, if any

Line 636: lns_funding_pub.init_funding_advice(p_api_version,

632:
633:
634:
635: -- here's the delegated call to the old PL/SQL routine
636: lns_funding_pub.init_funding_advice(p_api_version,
637: p_init_msg_list,
638: p_commit,
639: p_validation_level,
640: ddp_init_funding_rec,

Line 688: ddp_funding_advice_rec lns_funding_pub.funding_advice_rec;

684: , x_msg_data out nocopy VARCHAR2
685: )
686:
687: as
688: ddp_funding_advice_rec lns_funding_pub.funding_advice_rec;
689: ddindx binary_integer; indx binary_integer;
690: begin
691:
692: -- copy data to the local IN or IN-OUT args, if any

Line 723: lns_funding_pub.create_funding_advice(p_api_version,

719:
720:
721:
722: -- here's the delegated call to the old PL/SQL routine
723: lns_funding_pub.create_funding_advice(p_api_version,
724: p_init_msg_list,
725: p_commit,
726: p_validation_level,
727: ddp_funding_advice_rec,

Line 744: end lns_funding_pub_w;

740:
741:
742: end;
743:
744: end lns_funding_pub_w;