DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_VALIDATION_RESULTS_TYPE

Line 44: x_results IN OUT NOCOPY po_validation_results_type,

40: p_id_tbl IN po_tbl_number,
41: p_amount_ordered_tbl IN po_tbl_number,
42: p_order_type_code_tbl IN po_tbl_varchar30,
43: p_distribution_type_tbl IN po_tbl_varchar30, -- PDOI for Complex PO Project
44: x_results IN OUT NOCOPY po_validation_results_type,
45: x_result_type OUT NOCOPY VARCHAR2)
46: IS
47: d_mod CONSTANT VARCHAR2(100) := d_amount_ordered;
48: BEGIN

Line 50: x_results := po_validation_results_type.new_instance();

46: IS
47: d_mod CONSTANT VARCHAR2(100) := d_amount_ordered;
48: BEGIN
49: IF (x_results IS NULL) THEN
50: x_results := po_validation_results_type.new_instance();
51: END IF;
52:
53: x_result_type := po_validations.c_result_type_success;
54:

Line 112: x_results IN OUT NOCOPY po_validation_results_type,

108: p_id_tbl IN po_tbl_number,
109: p_quantity_ordered_tbl IN po_tbl_number,
110: p_order_type_code_tbl IN po_tbl_varchar30,
111: p_distribution_type_tbl IN po_tbl_varchar30, -- PDOI for Complex PO Project
112: x_results IN OUT NOCOPY po_validation_results_type,
113: x_result_type OUT NOCOPY VARCHAR2)
114: IS
115: d_mod CONSTANT VARCHAR2(100) := d_quantity_ordered;
116: BEGIN

Line 118: x_results := po_validation_results_type.new_instance();

114: IS
115: d_mod CONSTANT VARCHAR2(100) := d_quantity_ordered;
116: BEGIN
117: IF (x_results IS NULL) THEN
118: x_results := po_validation_results_type.new_instance();
119: END IF;
120:
121: x_result_type := po_validations.c_result_type_success;
122:

Line 176: x_results IN OUT NOCOPY po_validation_results_type,

172: PROCEDURE destination_org_id(
173: p_id_tbl IN po_tbl_number,
174: p_dest_org_id_tbl IN po_tbl_number,
175: p_ship_to_org_id_tbl IN po_tbl_number,
176: x_results IN OUT NOCOPY po_validation_results_type,
177: x_result_type OUT NOCOPY VARCHAR2)
178: IS
179: d_mod CONSTANT VARCHAR2(100) := d_destination_org_id;
180: BEGIN

Line 182: x_results := po_validation_results_type.new_instance();

178: IS
179: d_mod CONSTANT VARCHAR2(100) := d_destination_org_id;
180: BEGIN
181: IF (x_results IS NULL) THEN
182: x_results := po_validation_results_type.new_instance();
183: END IF;
184:
185: x_result_type := po_validations.c_result_type_success;
186:

Line 451: x_results IN OUT NOCOPY po_validation_results_type,

447: p_purchase_basis_tbl IN po_tbl_varchar30, --bug 7644072
448: p_expense_accrual_code IN po_system_parameters.expense_accrual_code%TYPE,
449: p_loc_outsourced_assembly_tbl IN po_tbl_number,
450: x_result_set_id IN OUT NOCOPY NUMBER,
451: x_results IN OUT NOCOPY po_validation_results_type,
452: x_result_type OUT NOCOPY VARCHAR2)
453: IS
454:
455: d_mod CONSTANT VARCHAR2(100) := d_destination_type_code;

Line 476: x_results := po_validation_results_type.new_instance();

472: x_result_set_id := po_validations.next_result_set_id();
473: END IF;
474:
475: IF (x_results IS NULL) THEN
476: x_results := po_validation_results_type.new_instance();
477: END IF;
478:
479: x_result_type := po_validations.c_result_type_success;
480:

Line 665: x_results IN OUT NOCOPY po_validation_results_type,

661: p_item_id_tbl IN po_tbl_number,
662: p_ship_to_org_id_tbl IN po_tbl_number,
663: p_loc_outsourced_assembly_tbl IN po_tbl_number,
664: x_result_set_id IN OUT NOCOPY NUMBER,
665: x_results IN OUT NOCOPY po_validation_results_type,
666: x_result_type OUT NOCOPY VARCHAR2)
667: IS
668: d_mod CONSTANT VARCHAR2(100) := d_destination_subinv;
669: BEGIN

Line 675: x_results := po_validation_results_type.new_instance();

671: x_result_set_id := po_validations.next_result_set_id();
672: END IF;
673:
674: IF (x_results IS NULL) THEN
675: x_results := po_validation_results_type.new_instance();
676: END IF;
677:
678: x_result_type := po_validations.c_result_type_success;
679:

Line 826: x_results IN OUT NOCOPY po_validation_results_type,

822: p_wip_rep_schedule_id_tbl IN po_tbl_number,
823: p_dest_type_code_tbl IN po_tbl_varchar30,
824: p_destination_org_id_tbl IN po_tbl_number,
825: x_result_set_id IN OUT NOCOPY NUMBER,
826: x_results IN OUT NOCOPY po_validation_results_type,
827: x_result_type OUT NOCOPY VARCHAR2)
828: IS
829: d_mod CONSTANT VARCHAR2(100) := d_wip_entity_id;
830: BEGIN

Line 836: x_results := po_validation_results_type.new_instance();

832: x_result_set_id := po_validations.next_result_set_id();
833: END IF;
834:
835: IF (x_results IS NULL) THEN
836: x_results := po_validation_results_type.new_instance();
837: END IF;
838:
839: x_result_type := po_validations.c_result_type_success;
840:

Line 961: x_results IN OUT NOCOPY po_validation_results_type,

957: p_prevent_encum_flag_tbl IN po_tbl_varchar1,
958: p_dest_type_code_tbl IN po_tbl_varchar30,
959: p_distribution_type_tbl IN po_tbl_varchar30, -- PDOI for Complex PO Project
960: p_wip_entity_id_tbl IN po_tbl_number,
961: x_results IN OUT NOCOPY po_validation_results_type,
962: x_result_type OUT NOCOPY VARCHAR2)
963: IS
964: d_mod CONSTANT VARCHAR2(100) := d_prevent_encumberance_flag;
965: l_wip_entity_type NUMBER;

Line 968: x_results := po_validation_results_type.new_instance();

964: d_mod CONSTANT VARCHAR2(100) := d_prevent_encumberance_flag;
965: l_wip_entity_type NUMBER;
966: BEGIN
967: IF (x_results IS NULL) THEN
968: x_results := po_validation_results_type.new_instance();
969: END IF;
970:
971: x_result_type := po_validations.c_result_type_success;
972:

Line 1308: x_results IN OUT NOCOPY po_validation_results_type,

1304: p_project_id_tbl IN po_tbl_number,
1305: p_task_id_tbl IN po_tbl_number,
1306: p_exp_type_tbl IN po_tbl_varchar30,
1307: p_exp_org_id_tbl IN po_tbl_number,
1308: x_results IN OUT NOCOPY po_validation_results_type,
1309: x_result_type OUT NOCOPY VARCHAR2)
1310: IS
1311: d_mod CONSTANT VARCHAR2(100) := d_project_acct_context;
1312: BEGIN

Line 1314: x_results := po_validation_results_type.new_instance();

1310: IS
1311: d_mod CONSTANT VARCHAR2(100) := d_project_acct_context;
1312: BEGIN
1313: IF (x_results IS NULL) THEN
1314: x_results := po_validation_results_type.new_instance();
1315: END IF;
1316:
1317: x_result_type := po_validations.c_result_type_success;
1318:

Line 1388: x_results IN OUT NOCOPY po_validation_results_type,

1384: p_ship_to_ou_id IN NUMBER,
1385: p_deliver_to_person_id_tbl IN po_tbl_number,
1386: p_agent_id_tbl IN po_tbl_number,
1387: p_txn_flow_header_id_tbl IN po_tbl_number,
1388: x_results IN OUT NOCOPY po_validation_results_type,
1389: x_result_type OUT NOCOPY VARCHAR2)
1390: IS
1391: d_mod CONSTANT VARCHAR2(100) := d_project_info;
1392: l_valid VARCHAR2(1);

Line 1396: x_results := po_validation_results_type.new_instance();

1392: l_valid VARCHAR2(1);
1393: l_msg_name VARCHAR2(100); --
1394: BEGIN
1395: IF (x_results IS NULL) THEN
1396: x_results := po_validation_results_type.new_instance();
1397: END IF;
1398:
1399: x_result_type := po_validations.c_result_type_success;
1400:

Line 1493: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,

1489: -----------------------------------------------------------
1490: PROCEDURE tax_recovery_override_flag(p_id_tbl IN po_tbl_number,
1491: p_recovery_override_flag_tbl IN po_tbl_varchar1,
1492: p_allow_tax_rate_override IN VARCHAR2,
1493: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
1494: x_result_type OUT NOCOPY VARCHAR2)
1495: IS
1496: d_mod CONSTANT VARCHAR2(100) := d_tax_recovery_override_flag;
1497: BEGIN

Line 1499: x_results := po_validation_results_type.new_instance();

1495: IS
1496: d_mod CONSTANT VARCHAR2(100) := d_tax_recovery_override_flag;
1497: BEGIN
1498: IF (x_results IS NULL) THEN
1499: x_results := po_validation_results_type.new_instance();
1500: END IF;
1501:
1502: x_result_type := po_validations.c_result_type_success;
1503:

Line 1548: , x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE

1544: PROCEDURE ACRN_value_valid(
1545: p_dist_id_tbl IN PO_TBL_NUMBER
1546: , p_style_id_tbl IN PO_TBL_NUMBER
1547: , p_ACRN_tbl IN PO_TBL_VARCHAR30
1548: , x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE
1549: , x_result_type OUT NOCOPY VARCHAR2
1550: )
1551: IS
1552: d_mod CONSTANT VARCHAR2(100) := d_ACRN_value_valid;

Line 1564: x_results := PO_VALIDATION_RESULTS_TYPE.new_instance();

1560: PO_LOG.log(PO_LOG.c_PROC_BEGIN,d_mod,NULL,'x_results',x_results);
1561: END IF;
1562:
1563: IF (x_results IS NULL) THEN
1564: x_results := PO_VALIDATION_RESULTS_TYPE.new_instance();
1565: END IF;
1566:
1567: x_result_type := po_validations.c_result_type_success;
1568:

Line 1644: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,

1640: p_partial_funded_flag_tbl IN po_tbl_varchar1,
1641: p_funded_value_tbl IN po_tbl_number,
1642: p_style_id_tbl IN po_tbl_number,
1643: p_po_encumberance_flag IN VARCHAR2,
1644: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
1645: x_result_type OUT NOCOPY VARCHAR2)
1646: IS
1647: d_mod CONSTANT VARCHAR2(100) := d_partial_funded_flag;
1648: style_id_exists NUMBER := 0;

Line 1652: x_results := po_validation_results_type.new_instance();

1648: style_id_exists NUMBER := 0;
1649: d_position NUMBER := 0;
1650: BEGIN
1651: IF (x_results IS NULL) THEN
1652: x_results := po_validation_results_type.new_instance();
1653: END IF;
1654:
1655: x_result_type := po_validations.c_result_type_success;
1656: