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.18 2011/10/24 10:18:42 gparuchu ship $ */
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 105: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;

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

Line 132: lns_funding_pub.insert_disb_header(p_api_version,

128:
129:
130:
131: -- here's the delegated call to the old PL/SQL routine
132: lns_funding_pub.insert_disb_header(p_api_version,
133: p_init_msg_list,
134: p_commit,
135: p_validation_level,
136: ddp_disb_header_rec,

Line 174: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;

170: , x_msg_data out nocopy VARCHAR2
171: )
172:
173: as
174: ddp_disb_header_rec lns_funding_pub.lns_disb_headers_rec;
175: ddindx binary_integer; indx binary_integer;
176: begin
177:
178: -- copy data to the local IN or IN-OUT args, if any

Line 201: lns_funding_pub.update_disb_header(p_api_version,

197:
198:
199:
200: -- here's the delegated call to the old PL/SQL routine
201: lns_funding_pub.update_disb_header(p_api_version,
202: p_init_msg_list,
203: p_commit,
204: p_validation_level,
205: ddp_disb_header_rec,

Line 247: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;

243: , x_msg_data out nocopy VARCHAR2
244: )
245:
246: as
247: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;
248: ddindx binary_integer; indx binary_integer;
249: begin
250:
251: -- copy data to the local IN or IN-OUT args, if any

Line 278: lns_funding_pub.insert_disb_line(p_api_version,

274:
275:
276:
277: -- here's the delegated call to the old PL/SQL routine
278: lns_funding_pub.insert_disb_line(p_api_version,
279: p_init_msg_list,
280: p_commit,
281: p_validation_level,
282: ddp_disb_line_rec,

Line 324: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;

320: , x_msg_data out nocopy VARCHAR2
321: )
322:
323: as
324: ddp_disb_line_rec lns_funding_pub.lns_disb_lines_rec;
325: ddindx binary_integer; indx binary_integer;
326: begin
327:
328: -- copy data to the local IN or IN-OUT args, if any

Line 355: lns_funding_pub.update_disb_line(p_api_version,

351:
352:
353:
354: -- here's the delegated call to the old PL/SQL routine
355: lns_funding_pub.update_disb_line(p_api_version,
356: p_init_msg_list,
357: p_commit,
358: p_validation_level,
359: ddp_disb_line_rec,

Line 390: ddp_payee_rec lns_funding_pub.loan_payee_rec;

386: , x_msg_data out nocopy VARCHAR2
387: )
388:
389: as
390: ddp_payee_rec lns_funding_pub.loan_payee_rec;
391: ddindx binary_integer; indx binary_integer;
392: begin
393:
394: -- copy data to the local IN or IN-OUT args, if any

Line 410: lns_funding_pub.create_payee(p_api_version,

406:
407:
408:
409: -- here's the delegated call to the old PL/SQL routine
410: lns_funding_pub.create_payee(p_api_version,
411: p_init_msg_list,
412: p_commit,
413: p_validation_level,
414: ddp_payee_rec,

Line 453: ddp_payee_site_rec lns_funding_pub.loan_payee_site_rec;

449: , x_msg_data out nocopy VARCHAR2
450: )
451:
452: as
453: ddp_payee_site_rec lns_funding_pub.loan_payee_site_rec;
454: ddindx binary_integer; indx binary_integer;
455: begin
456:
457: -- copy data to the local IN or IN-OUT args, if any

Line 479: lns_funding_pub.create_payee_site(p_api_version,

475:
476:
477:
478: -- here's the delegated call to the old PL/SQL routine
479: lns_funding_pub.create_payee_site(p_api_version,
480: p_init_msg_list,
481: p_commit,
482: p_validation_level,
483: ddp_payee_site_rec,

Line 518: ddp_site_contact_rec lns_funding_pub.site_contact_rec;

514: , x_msg_data out nocopy VARCHAR2
515: )
516:
517: as
518: ddp_site_contact_rec lns_funding_pub.site_contact_rec;
519: ddindx binary_integer; indx binary_integer;
520: begin
521:
522: -- copy data to the local IN or IN-OUT args, if any

Line 540: lns_funding_pub.create_site_contact(p_api_version,

536:
537:
538:
539: -- here's the delegated call to the old PL/SQL routine
540: lns_funding_pub.create_site_contact(p_api_version,
541: p_init_msg_list,
542: p_commit,
543: p_validation_level,
544: ddp_site_contact_rec,

Line 576: ddp_bank_acc_use_rec lns_funding_pub.bank_account_use_rec;

572: , x_msg_data out nocopy VARCHAR2
573: )
574:
575: as
576: ddp_bank_acc_use_rec lns_funding_pub.bank_account_use_rec;
577: ddindx binary_integer; indx binary_integer;
578: begin
579:
580: -- copy data to the local IN or IN-OUT args, if any

Line 595: lns_funding_pub.create_bank_acc_use(p_api_version,

591:
592:
593:
594: -- here's the delegated call to the old PL/SQL routine
595: lns_funding_pub.create_bank_acc_use(p_api_version,
596: p_init_msg_list,
597: p_commit,
598: p_validation_level,
599: ddp_bank_acc_use_rec,

Line 634: ddp_init_funding_rec lns_funding_pub.init_funding_advice_rec;

630: , x_msg_data out nocopy VARCHAR2
631: )
632:
633: as
634: ddp_init_funding_rec lns_funding_pub.init_funding_advice_rec;
635: ddindx binary_integer; indx binary_integer;
636: begin
637:
638: -- copy data to the local IN or IN-OUT args, if any

Line 656: lns_funding_pub.init_funding_advice(p_api_version,

652:
653:
654:
655: -- here's the delegated call to the old PL/SQL routine
656: lns_funding_pub.init_funding_advice(p_api_version,
657: p_init_msg_list,
658: p_commit,
659: p_validation_level,
660: ddp_init_funding_rec,

Line 708: ddp_funding_advice_rec lns_funding_pub.funding_advice_rec;

704: , x_msg_data out nocopy VARCHAR2
705: )
706:
707: as
708: ddp_funding_advice_rec lns_funding_pub.funding_advice_rec;
709: ddindx binary_integer; indx binary_integer;
710: begin
711:
712: -- copy data to the local IN or IN-OUT args, if any

Line 743: lns_funding_pub.create_funding_advice(p_api_version,

739:
740:
741:
742: -- here's the delegated call to the old PL/SQL routine
743: lns_funding_pub.create_funding_advice(p_api_version,
744: p_init_msg_list,
745: p_commit,
746: p_validation_level,
747: ddp_funding_advice_rec,

Line 764: end lns_funding_pub_w;

760:
761:
762: end;
763:
764: end lns_funding_pub_w;