DBA Data[Home] [Help]

APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT_W dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

Line 1: package body okl_am_lease_loan_trmnt_pvt_w as

1: package body okl_am_lease_loan_trmnt_pvt_w as
2: /* $Header: OKLELLTB.pls 120.7.12010000.5 2008/11/18 10:35:42 sosharma ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 25: procedure rosetta_table_copy_in_p13(t out nocopy okl_am_lease_loan_trmnt_pvt.term_tbl_type, a0 JTF_NUMBER_TABLE

21: if n=b then return a; end if;
22: return n;
23: end;
24:
25: procedure rosetta_table_copy_in_p13(t out nocopy okl_am_lease_loan_trmnt_pvt.term_tbl_type, a0 JTF_NUMBER_TABLE
26: , a1 JTF_VARCHAR2_TABLE_200
27: , a2 JTF_VARCHAR2_TABLE_200
28: , a3 JTF_DATE_TABLE
29: , a4 JTF_VARCHAR2_TABLE_200

Line 68: procedure rosetta_table_copy_out_p13(t okl_am_lease_loan_trmnt_pvt.term_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

64: end loop;
65: end if;
66: end if;
67: end rosetta_table_copy_in_p13;
68: procedure rosetta_table_copy_out_p13(t okl_am_lease_loan_trmnt_pvt.term_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
69: , a1 out nocopy JTF_VARCHAR2_TABLE_200
70: , a2 out nocopy JTF_VARCHAR2_TABLE_200
71: , a3 out nocopy JTF_DATE_TABLE
72: , a4 out nocopy JTF_VARCHAR2_TABLE_200

Line 267: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

263: , p6_a93 DATE := fnd_api.g_miss_date
264: )
265:
266: as
267: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
268: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
269: ddindx binary_integer; indx binary_integer;
270: begin
271:

Line 268: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;

264: )
265:
266: as
267: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
268: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
269: ddindx binary_integer; indx binary_integer;
270: begin
271:
272: -- copy data to the local IN or IN-OUT args, if any

Line 388: okl_am_lease_loan_trmnt_pvt.lease_loan_termination(p_api_version,

384: ddp_tcnv_rec.upgrade_status_flag := p6_a92;
385: ddp_tcnv_rec.transaction_date := rosetta_g_miss_date_in_map(p6_a93);
386:
387: -- here's the delegated call to the old PL/SQL routine
388: okl_am_lease_loan_trmnt_pvt.lease_loan_termination(p_api_version,
389: p_init_msg_list,
390: x_return_status,
391: x_msg_count,
392: x_msg_data,

Line 520: ddp_term_tbl okl_am_lease_loan_trmnt_pvt.term_tbl_type;

516: , p6_a93 JTF_DATE_TABLE
517: )
518:
519: as
520: ddp_term_tbl okl_am_lease_loan_trmnt_pvt.term_tbl_type;
521: ddp_tcnv_tbl okl_am_lease_loan_trmnt_pvt.tcnv_tbl_type;
522: ddindx binary_integer; indx binary_integer;
523: begin
524:

Line 521: ddp_tcnv_tbl okl_am_lease_loan_trmnt_pvt.tcnv_tbl_type;

517: )
518:
519: as
520: ddp_term_tbl okl_am_lease_loan_trmnt_pvt.term_tbl_type;
521: ddp_tcnv_tbl okl_am_lease_loan_trmnt_pvt.tcnv_tbl_type;
522: ddindx binary_integer; indx binary_integer;
523: begin
524:
525: -- copy data to the local IN or IN-OUT args, if any

Line 531: okl_am_lease_loan_trmnt_pvt_w.rosetta_table_copy_in_p13(ddp_term_tbl, p5_a0

527:
528:
529:
530:
531: okl_am_lease_loan_trmnt_pvt_w.rosetta_table_copy_in_p13(ddp_term_tbl, p5_a0
532: , p5_a1
533: , p5_a2
534: , p5_a3
535: , p5_a4

Line 643: okl_am_lease_loan_trmnt_pvt.lease_loan_termination(p_api_version,

639: , p6_a93
640: );
641:
642: -- here's the delegated call to the old PL/SQL routine
643: okl_am_lease_loan_trmnt_pvt.lease_loan_termination(p_api_version,
644: p_init_msg_list,
645: x_return_status,
646: x_msg_count,
647: x_msg_data,

Line 683: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

679: , p5_a12 VARCHAR2 := fnd_api.g_miss_char
680: )
681:
682: as
683: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
684: ddp_termination_date date;
685: ddindx binary_integer; indx binary_integer;
686: begin
687:

Line 712: okl_am_lease_loan_trmnt_pvt.process_discount_subsidy(p_api_version,

708:
709: ddp_termination_date := rosetta_g_miss_date_in_map(p_termination_date);
710:
711: -- here's the delegated call to the old PL/SQL routine
712: okl_am_lease_loan_trmnt_pvt.process_discount_subsidy(p_api_version,
713: p_init_msg_list,
714: x_return_status,
715: x_msg_count,
716: x_msg_data,

Line 844: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

840: , p1_a93 DATE := fnd_api.g_miss_date
841: ) return varchar2
842:
843: as
844: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
845: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
846: ddindx binary_integer; indx binary_integer;
847: ddrosetta_retval varchar2(4000);
848: begin

Line 845: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;

841: ) return varchar2
842:
843: as
844: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
845: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
846: ddindx binary_integer; indx binary_integer;
847: ddrosetta_retval varchar2(4000);
848: begin
849:

Line 964: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_service_k_int_needed(ddp_term_rec,

960:
961:
962:
963: -- here's the delegated call to the old PL/SQL routine
964: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_service_k_int_needed(ddp_term_rec,
965: ddp_tcnv_rec,
966: p_partial_yn,
967: p_asset_id,
968: p_source);

Line 999: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

995: , p0_a12 VARCHAR2 := fnd_api.g_miss_char
996: )
997:
998: as
999: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
1000: ddp_transaction_date date;
1001: ddindx binary_integer; indx binary_integer;
1002: begin
1003:

Line 1025: okl_am_lease_loan_trmnt_pvt.service_k_integration(ddp_term_rec,

1021:
1022:
1023:
1024: -- here's the delegated call to the old PL/SQL routine
1025: okl_am_lease_loan_trmnt_pvt.service_k_integration(ddp_term_rec,
1026: p_transaction_id,
1027: ddp_transaction_date,
1028: p_source,
1029: p_service_integration_needed);

Line 1057: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_billing_done(p_contract_id,

1053:
1054: ddp_trn_date := rosetta_g_miss_date_in_map(p_trn_date);
1055:
1056: -- here's the delegated call to the old PL/SQL routine
1057: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_billing_done(p_contract_id,
1058: p_contract_number,
1059: p_quote_number,
1060: ddp_trn_date);
1061:

Line 1086: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates(p_qte_id,

1082: ddp_trn_date := rosetta_g_miss_date_in_map(p_trn_date);
1083:
1084:
1085: -- here's the delegated call to the old PL/SQL routine
1086: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates(p_qte_id,
1087: ddp_trn_date,
1088: x_return_status);
1089:
1090: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1212: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

1208: , p6_a93 DATE := fnd_api.g_miss_date
1209: )
1210:
1211: as
1212: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
1213: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
1214: ddp_termination_date date;
1215: ddindx binary_integer; indx binary_integer;
1216: begin

Line 1213: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;

1209: )
1210:
1211: as
1212: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
1213: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
1214: ddp_termination_date date;
1215: ddindx binary_integer; indx binary_integer;
1216: begin
1217:

Line 1337: okl_am_lease_loan_trmnt_pvt.process_adjustments(p_api_version,

1333:
1334: ddp_termination_date := rosetta_g_miss_date_in_map(p_termination_date);
1335:
1336: -- here's the delegated call to the old PL/SQL routine
1337: okl_am_lease_loan_trmnt_pvt.process_adjustments(p_api_version,
1338: p_init_msg_list,
1339: x_return_status,
1340: x_msg_count,
1341: x_msg_data,

Line 1379: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_int_calc_done(p_contract_id,

1375:
1376: ddp_trn_date := rosetta_g_miss_date_in_map(p_trn_date);
1377:
1378: -- here's the delegated call to the old PL/SQL routine
1379: ddrosetta_retval := okl_am_lease_loan_trmnt_pvt.check_int_calc_done(p_contract_id,
1380: p_contract_number,
1381: p_quote_number,
1382: p_source,
1383: ddp_trn_date);

Line 1511: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;

1507: , p6_a93 DATE := fnd_api.g_miss_date
1508: )
1509:
1510: as
1511: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
1512: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
1513: ddp_termination_date date;
1514: ddindx binary_integer; indx binary_integer;
1515: begin

Line 1512: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;

1508: )
1509:
1510: as
1511: ddp_term_rec okl_am_lease_loan_trmnt_pvt.term_rec_type;
1512: ddp_tcnv_rec okl_am_lease_loan_trmnt_pvt.tcnv_rec_type;
1513: ddp_termination_date date;
1514: ddindx binary_integer; indx binary_integer;
1515: begin
1516:

Line 1636: okl_am_lease_loan_trmnt_pvt.process_loan_refunds(p_api_version,

1632:
1633: ddp_termination_date := rosetta_g_miss_date_in_map(p_termination_date);
1634:
1635: -- here's the delegated call to the old PL/SQL routine
1636: okl_am_lease_loan_trmnt_pvt.process_loan_refunds(p_api_version,
1637: p_init_msg_list,
1638: x_return_status,
1639: x_msg_count,
1640: x_msg_data,

Line 1657: end okl_am_lease_loan_trmnt_pvt_w;

1653:
1654:
1655: end;
1656:
1657: end okl_am_lease_loan_trmnt_pvt_w;