DBA Data[Home] [Help]

APPS.CSD_RULES_ENGINE_PVT_W dependencies on CSD_RULES_ENGINE_PVT

Line 1: package body csd_rules_engine_pvt_w as

1: package body csd_rules_engine_pvt_w as
2: /* $Header: csdwrulb.pls 120.1.12020000.5 2013/05/08 01:46:33 vicli ship $ */
3: procedure rosetta_table_copy_in_p40(t out nocopy csd_rules_engine_pvt.csd_rule_condition_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p40(t out nocopy csd_rules_engine_pvt.csd_rule_condition_tbl_type, a0 JTF_NUMBER_TABLE

1: package body csd_rules_engine_pvt_w as
2: /* $Header: csdwrulb.pls 120.1.12020000.5 2013/05/08 01:46:33 vicli ship $ */
3: procedure rosetta_table_copy_in_p40(t out nocopy csd_rules_engine_pvt.csd_rule_condition_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_VARCHAR2_TABLE_200
7: , a4 JTF_VARCHAR2_TABLE_200

Line 56: procedure rosetta_table_copy_out_p40(t csd_rules_engine_pvt.csd_rule_condition_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

52: end loop;
53: end if;
54: end if;
55: end rosetta_table_copy_in_p40;
56: procedure rosetta_table_copy_out_p40(t csd_rules_engine_pvt.csd_rule_condition_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
57: , a1 out nocopy JTF_NUMBER_TABLE
58: , a2 out nocopy JTF_VARCHAR2_TABLE_100
59: , a3 out nocopy JTF_VARCHAR2_TABLE_200
60: , a4 out nocopy JTF_VARCHAR2_TABLE_200

Line 165: procedure rosetta_table_copy_in_p43(t out nocopy csd_rules_engine_pvt.csd_rule_results_tbl_type, a0 JTF_NUMBER_TABLE

161: end if;
162: end if;
163: end rosetta_table_copy_out_p40;
164:
165: procedure rosetta_table_copy_in_p43(t out nocopy csd_rules_engine_pvt.csd_rule_results_tbl_type, a0 JTF_NUMBER_TABLE
166: , a1 JTF_VARCHAR2_TABLE_200
167: , a2 JTF_VARCHAR2_TABLE_100
168: , a3 JTF_NUMBER_TABLE
169: , a4 JTF_VARCHAR2_TABLE_100

Line 194: procedure rosetta_table_copy_out_p43(t csd_rules_engine_pvt.csd_rule_results_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

190: end loop;
191: end if;
192: end if;
193: end rosetta_table_copy_in_p43;
194: procedure rosetta_table_copy_out_p43(t csd_rules_engine_pvt.csd_rule_results_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
195: , a1 out nocopy JTF_VARCHAR2_TABLE_200
196: , a2 out nocopy JTF_VARCHAR2_TABLE_100
197: , a3 out nocopy JTF_NUMBER_TABLE
198: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 301: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

297: , x_msg_data out nocopy VARCHAR2
298: )
299:
300: as
301: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
302: ddindx binary_integer; indx binary_integer;
303: begin
304:
305: -- copy data to the local IN or IN-OUT args, if any

Line 363: csd_rules_engine_pvt.soo_defaulting(p_api_version_number,

359:
360:
361:
362: -- here's the delegated call to the old PL/SQL routine
363: csd_rules_engine_pvt.soo_defaulting(p_api_version_number,
364: p_init_msg_list,
365: p_commit,
366: p_validation_level,
367: p_event_type,

Line 445: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

441: , x_msg_data out nocopy VARCHAR2
442: )
443:
444: as
445: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
446: ddindx binary_integer; indx binary_integer;
447: begin
448:
449: -- copy data to the local IN or IN-OUT args, if any

Line 508: csd_rules_engine_pvt.process_soo_rule(p_api_version_number,

504:
505:
506:
507: -- here's the delegated call to the old PL/SQL routine
508: csd_rules_engine_pvt.process_soo_rule(p_api_version_number,
509: p_init_msg_list,
510: p_commit,
511: p_validation_level,
512: p_ro_flow_status_id,

Line 593: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

589: , x_msg_data out nocopy VARCHAR2
590: )
591:
592: as
593: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
594: ddindx binary_integer; indx binary_integer;
595: begin
596:
597: -- copy data to the local IN or IN-OUT args, if any

Line 657: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,

653:
654:
655:
656: -- here's the delegated call to the old PL/SQL routine
657: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,
658: p_init_msg_list,
659: p_commit,
660: p_validation_level,
661: p_entity_attribute_type,

Line 744: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

740: , x_msg_data out nocopy VARCHAR2
741: )
742:
743: as
744: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
745: ddindx binary_integer; indx binary_integer;
746: begin
747:
748: -- copy data to the local IN or IN-OUT args, if any

Line 808: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,

804:
805:
806:
807: -- here's the delegated call to the old PL/SQL routine
808: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,
809: p_init_msg_list,
810: p_commit,
811: p_validation_level,
812: p_entity_attribute_type,

Line 895: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

891: , x_msg_data out nocopy VARCHAR2
892: )
893:
894: as
895: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
896: ddindx binary_integer; indx binary_integer;
897: begin
898:
899: -- copy data to the local IN or IN-OUT args, if any

Line 959: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,

955:
956:
957:
958: -- here's the delegated call to the old PL/SQL routine
959: csd_rules_engine_pvt.get_default_value_from_rule(p_api_version_number,
960: p_init_msg_list,
961: p_commit,
962: p_validation_level,
963: p_entity_attribute_type,

Line 1038: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

1034: , p3_a45 NUMBER
1035: ) return varchar2
1036:
1037: as
1038: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1039: ddindx binary_integer; indx binary_integer;
1040: ddrosetta_retval varchar2(4000);
1041: begin
1042:

Line 1095: ddrosetta_retval := csd_rules_engine_pvt.match_condition(p_parameter_type,

1091: ddp_rule_input_rec.ro_repair_type_id := p3_a44;
1092: ddp_rule_input_rec.wip_mtl_disp_code_id := p3_a45;
1093:
1094: -- here's the delegated call to the old PL/SQL routine
1095: ddrosetta_retval := csd_rules_engine_pvt.match_condition(p_parameter_type,
1096: p_operator,
1097: p_criterion,
1098: ddp_rule_input_rec);
1099:

Line 1203: ddp_s_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

1199: , p1_a45 in out nocopy NUMBER
1200: )
1201:
1202: as
1203: ddp_s_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1204: ddpx_d_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1205: ddindx binary_integer; indx binary_integer;
1206: begin
1207:

Line 1204: ddpx_d_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

1200: )
1201:
1202: as
1203: ddp_s_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1204: ddpx_d_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1205: ddindx binary_integer; indx binary_integer;
1206: begin
1207:
1208: -- copy data to the local IN or IN-OUT args, if any

Line 1304: csd_rules_engine_pvt.copy_rule_input_rec_values(ddp_s_rec,

1300: ddpx_d_rec.ro_repair_type_id := p1_a44;
1301: ddpx_d_rec.wip_mtl_disp_code_id := p1_a45;
1302:
1303: -- here's the delegated call to the old PL/SQL routine
1304: csd_rules_engine_pvt.copy_rule_input_rec_values(ddp_s_rec,
1305: ddpx_d_rec);
1306:
1307: -- copy data back from the local variables to OUT or IN-OUT args, if any
1308:

Line 1407: ddpx_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

1403: , p_repair_line_id NUMBER
1404: )
1405:
1406: as
1407: ddpx_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1408: ddindx binary_integer; indx binary_integer;
1409: begin
1410:
1411: -- copy data to the local IN or IN-OUT args, if any

Line 1461: csd_rules_engine_pvt.populate_rule_input_rec(ddpx_rule_input_rec,

1457: ddpx_rule_input_rec.wip_mtl_disp_code_id := p0_a45;
1458:
1459:
1460: -- here's the delegated call to the old PL/SQL routine
1461: csd_rules_engine_pvt.populate_rule_input_rec(ddpx_rule_input_rec,
1462: p_repair_line_id);
1463:
1464: -- copy data back from the local variables to OUT or IN-OUT args, if any
1465: p0_a0 := ddpx_rule_input_rec.repair_line_id;

Line 1567: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;

1563: , p4_a45 NUMBER
1564: ) return varchar2
1565:
1566: as
1567: ddp_rule_input_rec csd_rules_engine_pvt.csd_rule_input_rec_type;
1568: ddindx binary_integer; indx binary_integer;
1569: ddrosetta_retval varchar2(4000);
1570: begin
1571:

Line 1625: ddrosetta_retval := csd_rules_engine_pvt.get_default_value(p_value_type,

1621: ddp_rule_input_rec.ro_repair_type_id := p4_a44;
1622: ddp_rule_input_rec.wip_mtl_disp_code_id := p4_a45;
1623:
1624: -- here's the delegated call to the old PL/SQL routine
1625: ddrosetta_retval := csd_rules_engine_pvt.get_default_value(p_value_type,
1626: p_defaulting_value,
1627: p_attribute_type,
1628: p_attribute_code,
1629: ddp_rule_input_rec);

Line 1640: end csd_rules_engine_pvt_w;

1636:
1637: return ddrosetta_retval;
1638: end;
1639:
1640: end csd_rules_engine_pvt_w;