DBA Data[Home] [Help]

APPS.AHL_RA_SETUPS_PVT_W dependencies on AHL_RA_SETUPS_PVT

Line 1: package body ahl_ra_setups_pvt_w as

1: package body ahl_ra_setups_pvt_w as
2: /* $Header: AHLWRASB.pls 120.2 2005/09/15 00:15 sagarwal noship $ */
3: procedure create_setup_data(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 42: ddp_x_setup_data_rec ahl_ra_setups_pvt.ra_setup_data_rec_type;

38: , p8_a27 in out nocopy VARCHAR2
39: )
40:
41: as
42: ddp_x_setup_data_rec ahl_ra_setups_pvt.ra_setup_data_rec_type;
43: ddindx binary_integer; indx binary_integer;
44: begin
45:
46: -- copy data to the local IN or IN-OUT args, if any

Line 85: ahl_ra_setups_pvt.create_setup_data(p_api_version,

81: ddp_x_setup_data_rec.attribute14 := p8_a26;
82: ddp_x_setup_data_rec.attribute15 := p8_a27;
83:
84: -- here's the delegated call to the old PL/SQL routine
85: ahl_ra_setups_pvt.create_setup_data(p_api_version,
86: p_init_msg_list,
87: p_commit,
88: p_validation_level,
89: p_module_type,

Line 173: ddp_setup_data_rec ahl_ra_setups_pvt.ra_setup_data_rec_type;

169: , p8_a27 VARCHAR2
170: )
171:
172: as
173: ddp_setup_data_rec ahl_ra_setups_pvt.ra_setup_data_rec_type;
174: ddindx binary_integer; indx binary_integer;
175: begin
176:
177: -- copy data to the local IN or IN-OUT args, if any

Line 216: ahl_ra_setups_pvt.delete_setup_data(p_api_version,

212: ddp_setup_data_rec.attribute14 := p8_a26;
213: ddp_setup_data_rec.attribute15 := p8_a27;
214:
215: -- here's the delegated call to the old PL/SQL routine
216: ahl_ra_setups_pvt.delete_setup_data(p_api_version,
217: p_init_msg_list,
218: p_commit,
219: p_validation_level,
220: p_module_type,

Line 278: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;

274: , p8_a29 in out nocopy VARCHAR2
275: )
276:
277: as
278: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
279: ddindx binary_integer; indx binary_integer;
280: begin
281:
282: -- copy data to the local IN or IN-OUT args, if any

Line 323: ahl_ra_setups_pvt.create_reliability_data(p_api_version,

319: ddp_x_reliability_data_rec.attribute14 := p8_a28;
320: ddp_x_reliability_data_rec.attribute15 := p8_a29;
321:
322: -- here's the delegated call to the old PL/SQL routine
323: ahl_ra_setups_pvt.create_reliability_data(p_api_version,
324: p_init_msg_list,
325: p_commit,
326: p_validation_level,
327: p_module_type,

Line 415: ddp_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;

411: , p8_a29 VARCHAR2
412: )
413:
414: as
415: ddp_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
416: ddindx binary_integer; indx binary_integer;
417: begin
418:
419: -- copy data to the local IN or IN-OUT args, if any

Line 460: ahl_ra_setups_pvt.delete_reliability_data(p_api_version,

456: ddp_reliability_data_rec.attribute14 := p8_a28;
457: ddp_reliability_data_rec.attribute15 := p8_a29;
458:
459: -- here's the delegated call to the old PL/SQL routine
460: ahl_ra_setups_pvt.delete_reliability_data(p_api_version,
461: p_init_msg_list,
462: p_commit,
463: p_validation_level,
464: p_module_type,

Line 550: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;

546: , p9_a27 in out nocopy VARCHAR2
547: )
548:
549: as
550: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
551: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
552: ddindx binary_integer; indx binary_integer;
553: begin
554:

Line 551: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;

547: )
548:
549: as
550: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
551: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
552: ddindx binary_integer; indx binary_integer;
553: begin
554:
555: -- copy data to the local IN or IN-OUT args, if any

Line 625: ahl_ra_setups_pvt.create_mtbf_data(p_api_version,

621: ddp_x_mtbf_data_rec.attribute14 := p9_a26;
622: ddp_x_mtbf_data_rec.attribute15 := p9_a27;
623:
624: -- here's the delegated call to the old PL/SQL routine
625: ahl_ra_setups_pvt.create_mtbf_data(p_api_version,
626: p_init_msg_list,
627: p_commit,
628: p_validation_level,
629: p_module_type,

Line 775: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;

771: , p9_a27 in out nocopy VARCHAR2
772: )
773:
774: as
775: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
776: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
777: ddindx binary_integer; indx binary_integer;
778: begin
779:

Line 776: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;

772: )
773:
774: as
775: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
776: ddp_x_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
777: ddindx binary_integer; indx binary_integer;
778: begin
779:
780: -- copy data to the local IN or IN-OUT args, if any

Line 850: ahl_ra_setups_pvt.update_mtbf_data(p_api_version,

846: ddp_x_mtbf_data_rec.attribute14 := p9_a26;
847: ddp_x_mtbf_data_rec.attribute15 := p9_a27;
848:
849: -- here's the delegated call to the old PL/SQL routine
850: ahl_ra_setups_pvt.update_mtbf_data(p_api_version,
851: p_init_msg_list,
852: p_commit,
853: p_validation_level,
854: p_module_type,

Line 1000: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;

996: , p9_a27 VARCHAR2
997: )
998:
999: as
1000: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
1001: ddp_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
1002: ddindx binary_integer; indx binary_integer;
1003: begin
1004:

Line 1001: ddp_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;

997: )
998:
999: as
1000: ddp_x_reliability_data_rec ahl_ra_setups_pvt.ra_definition_hdr_rec_type;
1001: ddp_mtbf_data_rec ahl_ra_setups_pvt.ra_definition_dtls_rec_type;
1002: ddindx binary_integer; indx binary_integer;
1003: begin
1004:
1005: -- copy data to the local IN or IN-OUT args, if any

Line 1075: ahl_ra_setups_pvt.delete_mtbf_data(p_api_version,

1071: ddp_mtbf_data_rec.attribute14 := p9_a26;
1072: ddp_mtbf_data_rec.attribute15 := p9_a27;
1073:
1074: -- here's the delegated call to the old PL/SQL routine
1075: ahl_ra_setups_pvt.delete_mtbf_data(p_api_version,
1076: p_init_msg_list,
1077: p_commit,
1078: p_validation_level,
1079: p_module_type,

Line 1167: ddp_x_counter_assoc_rec ahl_ra_setups_pvt.ra_counter_assoc_rec_type;

1163: , p8_a27 in out nocopy VARCHAR2
1164: )
1165:
1166: as
1167: ddp_x_counter_assoc_rec ahl_ra_setups_pvt.ra_counter_assoc_rec_type;
1168: ddindx binary_integer; indx binary_integer;
1169: begin
1170:
1171: -- copy data to the local IN or IN-OUT args, if any

Line 1210: ahl_ra_setups_pvt.create_counter_assoc(p_api_version,

1206: ddp_x_counter_assoc_rec.attribute14 := p8_a26;
1207: ddp_x_counter_assoc_rec.attribute15 := p8_a27;
1208:
1209: -- here's the delegated call to the old PL/SQL routine
1210: ahl_ra_setups_pvt.create_counter_assoc(p_api_version,
1211: p_init_msg_list,
1212: p_commit,
1213: p_validation_level,
1214: p_module_type,

Line 1298: ddp_counter_assoc_rec ahl_ra_setups_pvt.ra_counter_assoc_rec_type;

1294: , p8_a27 VARCHAR2
1295: )
1296:
1297: as
1298: ddp_counter_assoc_rec ahl_ra_setups_pvt.ra_counter_assoc_rec_type;
1299: ddindx binary_integer; indx binary_integer;
1300: begin
1301:
1302: -- copy data to the local IN or IN-OUT args, if any

Line 1341: ahl_ra_setups_pvt.delete_counter_assoc(p_api_version,

1337: ddp_counter_assoc_rec.attribute14 := p8_a26;
1338: ddp_counter_assoc_rec.attribute15 := p8_a27;
1339:
1340: -- here's the delegated call to the old PL/SQL routine
1341: ahl_ra_setups_pvt.delete_counter_assoc(p_api_version,
1342: p_init_msg_list,
1343: p_commit,
1344: p_validation_level,
1345: p_module_type,

Line 1403: ddp_x_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;

1399: , p8_a29 in out nocopy VARCHAR2
1400: )
1401:
1402: as
1403: ddp_x_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;
1404: ddindx binary_integer; indx binary_integer;
1405: begin
1406:
1407: -- copy data to the local IN or IN-OUT args, if any

Line 1448: ahl_ra_setups_pvt.create_fct_assoc_data(p_api_version,

1444: ddp_x_fct_assoc_rec.attribute14 := p8_a28;
1445: ddp_x_fct_assoc_rec.attribute15 := p8_a29;
1446:
1447: -- here's the delegated call to the old PL/SQL routine
1448: ahl_ra_setups_pvt.create_fct_assoc_data(p_api_version,
1449: p_init_msg_list,
1450: p_commit,
1451: p_validation_level,
1452: p_module_type,

Line 1540: ddp_x_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;

1536: , p8_a29 in out nocopy VARCHAR2
1537: )
1538:
1539: as
1540: ddp_x_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;
1541: ddindx binary_integer; indx binary_integer;
1542: begin
1543:
1544: -- copy data to the local IN or IN-OUT args, if any

Line 1585: ahl_ra_setups_pvt.update_fct_assoc_data(p_api_version,

1581: ddp_x_fct_assoc_rec.attribute14 := p8_a28;
1582: ddp_x_fct_assoc_rec.attribute15 := p8_a29;
1583:
1584: -- here's the delegated call to the old PL/SQL routine
1585: ahl_ra_setups_pvt.update_fct_assoc_data(p_api_version,
1586: p_init_msg_list,
1587: p_commit,
1588: p_validation_level,
1589: p_module_type,

Line 1677: ddp_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;

1673: , p8_a29 VARCHAR2
1674: )
1675:
1676: as
1677: ddp_fct_assoc_rec ahl_ra_setups_pvt.ra_fct_assoc_rec_type;
1678: ddindx binary_integer; indx binary_integer;
1679: begin
1680:
1681: -- copy data to the local IN or IN-OUT args, if any

Line 1722: ahl_ra_setups_pvt.delete_fct_assoc_data(p_api_version,

1718: ddp_fct_assoc_rec.attribute14 := p8_a28;
1719: ddp_fct_assoc_rec.attribute15 := p8_a29;
1720:
1721: -- here's the delegated call to the old PL/SQL routine
1722: ahl_ra_setups_pvt.delete_fct_assoc_data(p_api_version,
1723: p_init_msg_list,
1724: p_commit,
1725: p_validation_level,
1726: p_module_type,

Line 1743: end ahl_ra_setups_pvt_w;

1739:
1740:
1741: end;
1742:
1743: end ahl_ra_setups_pvt_w;