DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB_W dependencies on LNS_DISTRIBUTIONS_PUB

Line 1: package body lns_distributions_pub_w as

1: package body lns_distributions_pub_w as
2: /* $Header: LNS_DIST_PUBJ_B.pls 120.4 2005/09/01 08:34 raverma noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_distributions_pub.distribution_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy lns_distributions_pub.distribution_tbl, a0 JTF_NUMBER_TABLE

1: package body lns_distributions_pub_w as
2: /* $Header: LNS_DIST_PUBJ_B.pls 120.4 2005/09/01 08:34 raverma noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy lns_distributions_pub.distribution_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_VARCHAR2_TABLE_100
7: , a4 JTF_NUMBER_TABLE

Line 44: procedure rosetta_table_copy_out_p1(t lns_distributions_pub.distribution_tbl, a0 out nocopy JTF_NUMBER_TABLE

40: end loop;
41: end if;
42: end if;
43: end rosetta_table_copy_in_p1;
44: procedure rosetta_table_copy_out_p1(t lns_distributions_pub.distribution_tbl, a0 out nocopy JTF_NUMBER_TABLE
45: , a1 out nocopy JTF_NUMBER_TABLE
46: , a2 out nocopy JTF_VARCHAR2_TABLE_100
47: , a3 out nocopy JTF_VARCHAR2_TABLE_100
48: , a4 out nocopy JTF_NUMBER_TABLE

Line 123: procedure rosetta_table_copy_in_p3(t out nocopy lns_distributions_pub.default_distributions_tbl, a0 JTF_VARCHAR2_TABLE_100

119: end if;
120: end if;
121: end rosetta_table_copy_out_p1;
122:
123: procedure rosetta_table_copy_in_p3(t out nocopy lns_distributions_pub.default_distributions_tbl, a0 JTF_VARCHAR2_TABLE_100
124: , a1 JTF_VARCHAR2_TABLE_100
125: , a2 JTF_VARCHAR2_TABLE_100
126: , a3 JTF_VARCHAR2_TABLE_100
127: , a4 JTF_NUMBER_TABLE

Line 166: procedure rosetta_table_copy_out_p3(t lns_distributions_pub.default_distributions_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100

162: end loop;
163: end if;
164: end if;
165: end rosetta_table_copy_in_p3;
166: procedure rosetta_table_copy_out_p3(t lns_distributions_pub.default_distributions_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
167: , a1 out nocopy JTF_VARCHAR2_TABLE_100
168: , a2 out nocopy JTF_VARCHAR2_TABLE_100
169: , a3 out nocopy JTF_VARCHAR2_TABLE_100
170: , a4 out nocopy JTF_NUMBER_TABLE

Line 250: procedure rosetta_table_copy_in_p5(t out nocopy lns_distributions_pub.acc_event_tbl, a0 JTF_NUMBER_TABLE

246: end if;
247: end if;
248: end rosetta_table_copy_out_p3;
249:
250: procedure rosetta_table_copy_in_p5(t out nocopy lns_distributions_pub.acc_event_tbl, a0 JTF_NUMBER_TABLE
251: , a1 JTF_VARCHAR2_TABLE_100
252: , a2 JTF_DATE_TABLE
253: , a3 JTF_VARCHAR2_TABLE_100
254: , a4 JTF_NUMBER_TABLE

Line 277: procedure rosetta_table_copy_out_p5(t lns_distributions_pub.acc_event_tbl, a0 out nocopy JTF_NUMBER_TABLE

273: end loop;
274: end if;
275: end if;
276: end rosetta_table_copy_in_p5;
277: procedure rosetta_table_copy_out_p5(t lns_distributions_pub.acc_event_tbl, a0 out nocopy JTF_NUMBER_TABLE
278: , a1 out nocopy JTF_VARCHAR2_TABLE_100
279: , a2 out nocopy JTF_DATE_TABLE
280: , a3 out nocopy JTF_VARCHAR2_TABLE_100
281: , a4 out nocopy JTF_NUMBER_TABLE

Line 321: procedure rosetta_table_copy_in_p6(t out nocopy lns_distributions_pub.g_number_tbl, a0 JTF_NUMBER_TABLE) as

317: end if;
318: end if;
319: end rosetta_table_copy_out_p5;
320:
321: procedure rosetta_table_copy_in_p6(t out nocopy lns_distributions_pub.g_number_tbl, a0 JTF_NUMBER_TABLE) as
322: ddindx binary_integer; indx binary_integer;
323: begin
324: if a0 is not null and a0.count > 0 then
325: if a0.count > 0 then

Line 339: procedure rosetta_table_copy_out_p6(t lns_distributions_pub.g_number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as

335: end loop;
336: end if;
337: end if;
338: end rosetta_table_copy_in_p6;
339: procedure rosetta_table_copy_out_p6(t lns_distributions_pub.g_number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as
340: ddindx binary_integer; indx binary_integer;
341: begin
342: if t is null or t.count = 0 then
343: a0 := JTF_NUMBER_TABLE();

Line 375: ddp_acc_event_tbl lns_distributions_pub.acc_event_tbl;

371: , x_msg_data out nocopy VARCHAR2
372: )
373:
374: as
375: ddp_acc_event_tbl lns_distributions_pub.acc_event_tbl;
376: ddindx binary_integer; indx binary_integer;
377: begin
378:
379: -- copy data to the local IN or IN-OUT args, if any

Line 380: lns_distributions_pub_w.rosetta_table_copy_in_p5(ddp_acc_event_tbl, p0_a0

376: ddindx binary_integer; indx binary_integer;
377: begin
378:
379: -- copy data to the local IN or IN-OUT args, if any
380: lns_distributions_pub_w.rosetta_table_copy_in_p5(ddp_acc_event_tbl, p0_a0
381: , p0_a1
382: , p0_a2
383: , p0_a3
384: , p0_a4

Line 393: lns_distributions_pub.create_event(ddp_acc_event_tbl,

389:
390:
391:
392: -- here's the delegated call to the old PL/SQL routine
393: lns_distributions_pub.create_event(ddp_acc_event_tbl,
394: p_init_msg_list,
395: p_commit,
396: x_return_status,
397: x_msg_count,

Line 433: ddx_distribution_tbl lns_distributions_pub.distribution_tbl;

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

Line 450: lns_distributions_pub.defaultdistributionscatch(p_api_version,

446:
447:
448:
449: -- here's the delegated call to the old PL/SQL routine
450: lns_distributions_pub.defaultdistributionscatch(p_api_version,
451: p_init_msg_list,
452: p_commit,
453: p_loan_id,
454: p_disb_header_id,

Line 470: lns_distributions_pub_w.rosetta_table_copy_out_p1(ddx_distribution_tbl, p7_a0

466:
467:
468:
469:
470: lns_distributions_pub_w.rosetta_table_copy_out_p1(ddx_distribution_tbl, p7_a0
471: , p7_a1
472: , p7_a2
473: , p7_a3
474: , p7_a4

Line 509: lns_distributions_pub.validateloanlines(p_init_msg_list,

505:
506:
507:
508: -- here's the delegated call to the old PL/SQL routine
509: lns_distributions_pub.validateloanlines(p_init_msg_list,
510: p_loan_id,
511: ddx_mfar,
512: x_return_status,
513: x_msg_count,

Line 530: end lns_distributions_pub_w;

526:
527:
528: end;
529:
530: end lns_distributions_pub_w;