DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_VALIDATION_RESULTS_TYPE

Line 39: x_results IN OUT NOCOPY po_validation_results_type,

35: PROCEDURE amount_ordered(
36: p_id_tbl IN po_tbl_number,
37: p_amount_ordered_tbl IN po_tbl_number,
38: p_order_type_code_tbl IN po_tbl_varchar30,
39: x_results IN OUT NOCOPY po_validation_results_type,
40: x_result_type OUT NOCOPY VARCHAR2)
41: IS
42: d_mod CONSTANT VARCHAR2(100) := d_amount_ordered;
43: BEGIN

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

41: IS
42: d_mod CONSTANT VARCHAR2(100) := d_amount_ordered;
43: BEGIN
44: IF (x_results IS NULL) THEN
45: x_results := po_validation_results_type.new_instance();
46: END IF;
47:
48: x_result_type := po_validations.c_result_type_success;
49:

Line 103: x_results IN OUT NOCOPY po_validation_results_type,

99: PROCEDURE quantity_ordered(
100: p_id_tbl IN po_tbl_number,
101: p_quantity_ordered_tbl IN po_tbl_number,
102: p_order_type_code_tbl IN po_tbl_varchar30,
103: x_results IN OUT NOCOPY po_validation_results_type,
104: x_result_type OUT NOCOPY VARCHAR2)
105: IS
106: d_mod CONSTANT VARCHAR2(100) := d_quantity_ordered;
107: BEGIN

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

105: IS
106: d_mod CONSTANT VARCHAR2(100) := d_quantity_ordered;
107: BEGIN
108: IF (x_results IS NULL) THEN
109: x_results := po_validation_results_type.new_instance();
110: END IF;
111:
112: x_result_type := po_validations.c_result_type_success;
113:

Line 164: x_results IN OUT NOCOPY po_validation_results_type,

160: PROCEDURE destination_org_id(
161: p_id_tbl IN po_tbl_number,
162: p_dest_org_id_tbl IN po_tbl_number,
163: p_ship_to_org_id_tbl IN po_tbl_number,
164: x_results IN OUT NOCOPY po_validation_results_type,
165: x_result_type OUT NOCOPY VARCHAR2)
166: IS
167: d_mod CONSTANT VARCHAR2(100) := d_destination_org_id;
168: BEGIN

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

166: IS
167: d_mod CONSTANT VARCHAR2(100) := d_destination_org_id;
168: BEGIN
169: IF (x_results IS NULL) THEN
170: x_results := po_validation_results_type.new_instance();
171: END IF;
172:
173: x_result_type := po_validations.c_result_type_success;
174:

Line 439: x_results IN OUT NOCOPY po_validation_results_type,

435: p_purchase_basis_tbl IN po_tbl_varchar30, --bug 7644072
436: p_expense_accrual_code IN po_system_parameters.expense_accrual_code%TYPE,
437: p_loc_outsourced_assembly_tbl IN po_tbl_number,
438: x_result_set_id IN OUT NOCOPY NUMBER,
439: x_results IN OUT NOCOPY po_validation_results_type,
440: x_result_type OUT NOCOPY VARCHAR2)
441: IS
442:
443: d_mod CONSTANT VARCHAR2(100) := d_destination_type_code;

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

460: x_result_set_id := po_validations.next_result_set_id();
461: END IF;
462:
463: IF (x_results IS NULL) THEN
464: x_results := po_validation_results_type.new_instance();
465: END IF;
466:
467: x_result_type := po_validations.c_result_type_success;
468:

Line 653: x_results IN OUT NOCOPY po_validation_results_type,

649: p_item_id_tbl IN po_tbl_number,
650: p_ship_to_org_id_tbl IN po_tbl_number,
651: p_loc_outsourced_assembly_tbl IN po_tbl_number,
652: x_result_set_id IN OUT NOCOPY NUMBER,
653: x_results IN OUT NOCOPY po_validation_results_type,
654: x_result_type OUT NOCOPY VARCHAR2)
655: IS
656: d_mod CONSTANT VARCHAR2(100) := d_destination_subinv;
657: BEGIN

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

659: x_result_set_id := po_validations.next_result_set_id();
660: END IF;
661:
662: IF (x_results IS NULL) THEN
663: x_results := po_validation_results_type.new_instance();
664: END IF;
665:
666: x_result_type := po_validations.c_result_type_success;
667:

Line 814: x_results IN OUT NOCOPY po_validation_results_type,

810: p_wip_rep_schedule_id_tbl IN po_tbl_number,
811: p_dest_type_code_tbl IN po_tbl_varchar30,
812: p_destination_org_id_tbl IN po_tbl_number,
813: x_result_set_id IN OUT NOCOPY NUMBER,
814: x_results IN OUT NOCOPY po_validation_results_type,
815: x_result_type OUT NOCOPY VARCHAR2)
816: IS
817: d_mod CONSTANT VARCHAR2(100) := d_wip_entity_id;
818: BEGIN

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

820: x_result_set_id := po_validations.next_result_set_id();
821: END IF;
822:
823: IF (x_results IS NULL) THEN
824: x_results := po_validation_results_type.new_instance();
825: END IF;
826:
827: x_result_type := po_validations.c_result_type_success;
828:

Line 947: x_results IN OUT NOCOPY po_validation_results_type,

943: PROCEDURE prevent_encumbrance_flag(
944: p_id_tbl IN po_tbl_number,
945: p_prevent_encum_flag_tbl IN po_tbl_varchar1,
946: p_dest_type_code_tbl IN po_tbl_varchar30,
947: x_results IN OUT NOCOPY po_validation_results_type,
948: x_result_type OUT NOCOPY VARCHAR2)
949: IS
950: d_mod CONSTANT VARCHAR2(100) := d_prevent_encumberance_flag;
951: BEGIN

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

949: IS
950: d_mod CONSTANT VARCHAR2(100) := d_prevent_encumberance_flag;
951: BEGIN
952: IF (x_results IS NULL) THEN
953: x_results := po_validation_results_type.new_instance();
954: END IF;
955:
956: x_result_type := po_validations.c_result_type_success;
957:

Line 1267: x_results IN OUT NOCOPY po_validation_results_type,

1263: p_project_id_tbl IN po_tbl_number,
1264: p_task_id_tbl IN po_tbl_number,
1265: p_exp_type_tbl IN po_tbl_varchar30,
1266: p_exp_org_id_tbl IN po_tbl_number,
1267: x_results IN OUT NOCOPY po_validation_results_type,
1268: x_result_type OUT NOCOPY VARCHAR2)
1269: IS
1270: d_mod CONSTANT VARCHAR2(100) := d_project_acct_context;
1271: BEGIN

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

1269: IS
1270: d_mod CONSTANT VARCHAR2(100) := d_project_acct_context;
1271: BEGIN
1272: IF (x_results IS NULL) THEN
1273: x_results := po_validation_results_type.new_instance();
1274: END IF;
1275:
1276: x_result_type := po_validations.c_result_type_success;
1277:

Line 1347: x_results IN OUT NOCOPY po_validation_results_type,

1343: p_ship_to_ou_id IN NUMBER,
1344: p_deliver_to_person_id_tbl IN po_tbl_number,
1345: p_agent_id_tbl IN po_tbl_number,
1346: p_txn_flow_header_id_tbl IN po_tbl_number,
1347: x_results IN OUT NOCOPY po_validation_results_type,
1348: x_result_type OUT NOCOPY VARCHAR2)
1349: IS
1350: d_mod CONSTANT VARCHAR2(100) := d_project_info;
1351: l_valid VARCHAR2(1);

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

1350: d_mod CONSTANT VARCHAR2(100) := d_project_info;
1351: l_valid VARCHAR2(1);
1352: BEGIN
1353: IF (x_results IS NULL) THEN
1354: x_results := po_validation_results_type.new_instance();
1355: END IF;
1356:
1357: x_result_type := po_validations.c_result_type_success;
1358:

Line 1436: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,

1432: -----------------------------------------------------------
1433: PROCEDURE tax_recovery_override_flag(p_id_tbl IN po_tbl_number,
1434: p_recovery_override_flag_tbl IN po_tbl_varchar1,
1435: p_allow_tax_rate_override IN VARCHAR2,
1436: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
1437: x_result_type OUT NOCOPY VARCHAR2)
1438: IS
1439: d_mod CONSTANT VARCHAR2(100) := d_tax_recovery_override_flag;
1440: BEGIN

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

1438: IS
1439: d_mod CONSTANT VARCHAR2(100) := d_tax_recovery_override_flag;
1440: BEGIN
1441: IF (x_results IS NULL) THEN
1442: x_results := po_validation_results_type.new_instance();
1443: END IF;
1444:
1445: x_result_type := po_validations.c_result_type_success;
1446: