DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_TBL_VARCHAR1

Line 433: p_accrue_on_receipt_flag_tbl IN po_tbl_varchar1,

429: p_dest_type_code_tbl IN po_tbl_varchar30,
430: p_ship_to_org_id_tbl IN po_tbl_number,
431: p_item_id_tbl IN po_tbl_number,
432: p_txn_flow_header_id_tbl IN po_tbl_number,
433: p_accrue_on_receipt_flag_tbl IN po_tbl_varchar1,
434: p_value_basis_tbl IN po_tbl_varchar30,
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,

Line 452: l_result_tbl PO_TBL_VARCHAR1;

448: l_num_list_tbl DBMS_SQL.NUMBER_TABLE;
449:
450: -- tables to store the derived result
451: l_index_tbl PO_TBL_NUMBER;
452: l_result_tbl PO_TBL_VARCHAR1;
453: l_item_status_tbl PO_TBL_VARCHAR1 := PO_TBL_VARCHAR1();
454:
455: BEGIN
456:

Line 453: l_item_status_tbl PO_TBL_VARCHAR1 := PO_TBL_VARCHAR1();

449:
450: -- tables to store the derived result
451: l_index_tbl PO_TBL_NUMBER;
452: l_result_tbl PO_TBL_VARCHAR1;
453: l_item_status_tbl PO_TBL_VARCHAR1 := PO_TBL_VARCHAR1();
454:
455: BEGIN
456:
457: d_position := 0;

Line 945: p_prevent_encum_flag_tbl IN po_tbl_varchar1,

941: -- For other destination type, the value has to be 'N'.
942: -----------------------------------------------------------
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

Line 1434: p_recovery_override_flag_tbl IN po_tbl_varchar1,

1430: -- If tax_recovery_override_flag is 'Y' and
1431: -- p_allow_tax_rate_override is not 'Y', throw an error
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