DBA Data[Home] [Help]

APPS.OKL_TBC_DEFINITIONS_PUB_W dependencies on OKL_TBC_DEFINITIONS_PUB

Line 1: package body okl_tbc_definitions_pub_w as

1: package body okl_tbc_definitions_pub_w as
2: /* $Header: OKLUTBCB.pls 120.6 2007/03/12 10:24:48 asawanka noship $ */
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 121: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

117: , p5_a43 VARCHAR2 := fnd_api.g_miss_char
118: )
119:
120: as
121: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
122: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
123: ddindx binary_integer; indx binary_integer;
124: begin
125:

Line 122: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

118: )
119:
120: as
121: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
122: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
123: ddindx binary_integer; indx binary_integer;
124: begin
125:
126: -- copy data to the local IN or IN-OUT args, if any

Line 179: okl_tbc_definitions_pub.insert_tbc_definition(p_api_version,

175: ddp_tbcv_rec.expire_flag := p5_a43;
176:
177:
178: -- here's the delegated call to the old PL/SQL routine
179: okl_tbc_definitions_pub.insert_tbc_definition(p_api_version,
180: p_init_msg_list,
181: x_return_status,
182: x_msg_count,
183: x_msg_data,

Line 336: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

332: , p6_a43 out nocopy JTF_VARCHAR2_TABLE_100
333: )
334:
335: as
336: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
337: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
338: ddindx binary_integer; indx binary_integer;
339: begin
340:

Line 337: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

333: )
334:
335: as
336: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
337: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
338: ddindx binary_integer; indx binary_integer;
339: begin
340:
341: -- copy data to the local IN or IN-OUT args, if any

Line 395: okl_tbc_definitions_pub.insert_tbc_definition(p_api_version,

391: );
392:
393:
394: -- here's the delegated call to the old PL/SQL routine
395: okl_tbc_definitions_pub.insert_tbc_definition(p_api_version,
396: p_init_msg_list,
397: x_return_status,
398: x_msg_count,
399: x_msg_data,

Line 509: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

505: , p5_a43 VARCHAR2 := fnd_api.g_miss_char
506: )
507:
508: as
509: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
510: ddindx binary_integer; indx binary_integer;
511: begin
512:
513: -- copy data to the local IN or IN-OUT args, if any

Line 565: okl_tbc_definitions_pub.lock_tbc_definition(p_api_version,

561: ddp_tbcv_rec.term_quote_reason_code := p5_a42;
562: ddp_tbcv_rec.expire_flag := p5_a43;
563:
564: -- here's the delegated call to the old PL/SQL routine
565: okl_tbc_definitions_pub.lock_tbc_definition(p_api_version,
566: p_init_msg_list,
567: x_return_status,
568: x_msg_count,
569: x_msg_data,

Line 632: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

628: , p5_a43 JTF_VARCHAR2_TABLE_100
629: )
630:
631: as
632: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
633: ddindx binary_integer; indx binary_integer;
634: begin
635:
636: -- copy data to the local IN or IN-OUT args, if any

Line 689: okl_tbc_definitions_pub.lock_tbc_definition(p_api_version,

685: , p5_a43
686: );
687:
688: -- here's the delegated call to the old PL/SQL routine
689: okl_tbc_definitions_pub.lock_tbc_definition(p_api_version,
690: p_init_msg_list,
691: x_return_status,
692: x_msg_count,
693: x_msg_data,

Line 800: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

796: , p5_a43 VARCHAR2 := fnd_api.g_miss_char
797: )
798:
799: as
800: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
801: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
802: ddindx binary_integer; indx binary_integer;
803: begin
804:

Line 801: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

797: )
798:
799: as
800: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
801: ddx_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
802: ddindx binary_integer; indx binary_integer;
803: begin
804:
805: -- copy data to the local IN or IN-OUT args, if any

Line 858: okl_tbc_definitions_pub.update_tbc_definition(p_api_version,

854: ddp_tbcv_rec.expire_flag := p5_a43;
855:
856:
857: -- here's the delegated call to the old PL/SQL routine
858: okl_tbc_definitions_pub.update_tbc_definition(p_api_version,
859: p_init_msg_list,
860: x_return_status,
861: x_msg_count,
862: x_msg_data,

Line 1015: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

1011: , p6_a43 out nocopy JTF_VARCHAR2_TABLE_100
1012: )
1013:
1014: as
1015: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1016: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1017: ddindx binary_integer; indx binary_integer;
1018: begin
1019:

Line 1016: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

1012: )
1013:
1014: as
1015: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1016: ddx_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1017: ddindx binary_integer; indx binary_integer;
1018: begin
1019:
1020: -- copy data to the local IN or IN-OUT args, if any

Line 1074: okl_tbc_definitions_pub.update_tbc_definition(p_api_version,

1070: );
1071:
1072:
1073: -- here's the delegated call to the old PL/SQL routine
1074: okl_tbc_definitions_pub.update_tbc_definition(p_api_version,
1075: p_init_msg_list,
1076: x_return_status,
1077: x_msg_count,
1078: x_msg_data,

Line 1188: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

1184: , p5_a43 VARCHAR2 := fnd_api.g_miss_char
1185: )
1186:
1187: as
1188: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
1189: ddindx binary_integer; indx binary_integer;
1190: begin
1191:
1192: -- copy data to the local IN or IN-OUT args, if any

Line 1244: okl_tbc_definitions_pub.delete_tbc_definition(p_api_version,

1240: ddp_tbcv_rec.term_quote_reason_code := p5_a42;
1241: ddp_tbcv_rec.expire_flag := p5_a43;
1242:
1243: -- here's the delegated call to the old PL/SQL routine
1244: okl_tbc_definitions_pub.delete_tbc_definition(p_api_version,
1245: p_init_msg_list,
1246: x_return_status,
1247: x_msg_count,
1248: x_msg_data,

Line 1311: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

1307: , p5_a43 JTF_VARCHAR2_TABLE_100
1308: )
1309:
1310: as
1311: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1312: ddindx binary_integer; indx binary_integer;
1313: begin
1314:
1315: -- copy data to the local IN or IN-OUT args, if any

Line 1368: okl_tbc_definitions_pub.delete_tbc_definition(p_api_version,

1364: , p5_a43
1365: );
1366:
1367: -- here's the delegated call to the old PL/SQL routine
1368: okl_tbc_definitions_pub.delete_tbc_definition(p_api_version,
1369: p_init_msg_list,
1370: x_return_status,
1371: x_msg_count,
1372: x_msg_data,

Line 1435: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;

1431: , p5_a43 VARCHAR2 := fnd_api.g_miss_char
1432: )
1433:
1434: as
1435: ddp_tbcv_rec okl_tbc_definitions_pub.tbcv_rec_type;
1436: ddindx binary_integer; indx binary_integer;
1437: begin
1438:
1439: -- copy data to the local IN or IN-OUT args, if any

Line 1491: okl_tbc_definitions_pub.validate_tbc_definition(p_api_version,

1487: ddp_tbcv_rec.term_quote_reason_code := p5_a42;
1488: ddp_tbcv_rec.expire_flag := p5_a43;
1489:
1490: -- here's the delegated call to the old PL/SQL routine
1491: okl_tbc_definitions_pub.validate_tbc_definition(p_api_version,
1492: p_init_msg_list,
1493: x_return_status,
1494: x_msg_count,
1495: x_msg_data,

Line 1558: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;

1554: , p5_a43 JTF_VARCHAR2_TABLE_100
1555: )
1556:
1557: as
1558: ddp_tbcv_tbl okl_tbc_definitions_pub.tbcv_tbl_type;
1559: ddindx binary_integer; indx binary_integer;
1560: begin
1561:
1562: -- copy data to the local IN or IN-OUT args, if any

Line 1615: okl_tbc_definitions_pub.validate_tbc_definition(p_api_version,

1611: , p5_a43
1612: );
1613:
1614: -- here's the delegated call to the old PL/SQL routine
1615: okl_tbc_definitions_pub.validate_tbc_definition(p_api_version,
1616: p_init_msg_list,
1617: x_return_status,
1618: x_msg_count,
1619: x_msg_data,

Line 1630: end okl_tbc_definitions_pub_w;

1626:
1627:
1628: end;
1629:
1630: end okl_tbc_definitions_pub_w;