DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on PO_TBL_VARCHAR30

Line 69: p_over_tolerance_err_flag_tbl IN po_tbl_varchar30,

65: -- This method is called only for Standard PO and quotation documents
66: -------------------------------------------------------------------------
67: PROCEDURE over_tolerance_err_flag(
68: p_id_tbl IN po_tbl_number,
69: p_over_tolerance_err_flag_tbl IN po_tbl_varchar30,
70: x_result_set_id IN OUT NOCOPY NUMBER,
71: x_result_type OUT NOCOPY VARCHAR2)
72: IS
73: d_mod CONSTANT VARCHAR2(100) := d_over_tolerance_error_flag;

Line 209: p_purchase_basis_tbl IN po_tbl_varchar30,

205: -------------------------------------------------------------------------
206: PROCEDURE global_agreement_flag(
207: p_id_tbl IN po_tbl_number,
208: p_global_agreement_flag_tbl IN po_tbl_varchar1,
209: p_purchase_basis_tbl IN po_tbl_varchar30,
210: p_line_type_id_tbl IN po_tbl_number,
211: x_result_set_id IN OUT NOCOPY NUMBER,
212: x_results IN OUT NOCOPY po_validation_results_type,
213: x_result_type OUT NOCOPY VARCHAR2)

Line 298: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

294: -- then amount must be greater than or equal to zero
295: -------------------------------------------------------------------------
296: PROCEDURE amount_blanket(
297: p_id_tbl IN po_tbl_number,
298: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
299: p_amount_tbl IN po_tbl_number,
300: x_results IN OUT NOCOPY po_validation_results_type,
301: x_result_type OUT NOCOPY VARCHAR2)
302: IS

Line 364: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

360: -- be 'FIXED PRICE' or 'RATE'.
361: -------------------------------------------------------------------------
362: PROCEDURE order_type_lookup_code(
363: p_id_tbl IN po_tbl_number,
364: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
365: x_results IN OUT NOCOPY po_validation_results_type,
366: x_result_type OUT NOCOPY VARCHAR2)
367: IS
368: d_mod CONSTANT VARCHAR2(100) := d_order_type_lookup_code;

Line 420: p_purchase_basis_tbl IN po_tbl_varchar30,

416: -------------------------------------------------------------------------
417: PROCEDURE contractor_name(
418: p_id_tbl IN po_tbl_number,
419: p_doc_type IN VARCHAR2,
420: p_purchase_basis_tbl IN po_tbl_varchar30,
421: p_contractor_last_name_tbl IN po_tbl_varchar2000,
422: p_contractor_first_name_tbl IN po_tbl_varchar2000,
423: x_results IN OUT NOCOPY po_validation_results_type,
424: x_result_type OUT NOCOPY VARCHAR2)

Line 477: p_purchase_basis_tbl IN po_tbl_varchar30,

473: PROCEDURE job_id(
474: p_id_tbl IN po_tbl_number,
475: p_job_id_tbl IN po_tbl_number,
476: p_job_business_group_id_tbl IN po_tbl_number,
477: p_purchase_basis_tbl IN po_tbl_varchar30,
478: p_category_id_tbl IN po_tbl_number,
479: x_result_set_id IN OUT NOCOPY NUMBER,
480: x_results IN OUT NOCOPY po_validation_results_type,
481: x_result_type OUT NOCOPY VARCHAR2)

Line 679: p_purchase_basis_tbl IN po_tbl_varchar30,

675: PROCEDURE job_business_group_id(
676: p_id_tbl IN po_tbl_number,
677: p_job_id_tbl IN po_tbl_number,
678: p_job_business_group_id_tbl IN po_tbl_number,
679: p_purchase_basis_tbl IN po_tbl_varchar30,
680: x_result_set_id IN OUT NOCOPY NUMBER,
681: x_result_type OUT NOCOPY VARCHAR2)
682: IS
683: d_mod CONSTANT VARCHAR2(100) := d_job_business_group_id;

Line 783: p_purchase_basis_tbl IN po_tbl_varchar30,

779: -- If purchase_basis = 'TEMP LABOR', then capital_expense_flag cannot = 'Y'
780: -------------------------------------------------------------------------
781: PROCEDURE capital_expense_flag(
782: p_id_tbl IN po_tbl_number,
783: p_purchase_basis_tbl IN po_tbl_varchar30,
784: p_capital_expense_flag_tbl IN po_tbl_varchar1,
785: x_results IN OUT NOCOPY po_validation_results_type,
786: x_result_type OUT NOCOPY VARCHAR2)
787: IS

Line 833: p_purchase_basis_tbl IN po_tbl_varchar30,

829: -- If purchase_basis = 'TEMP LABOR', then un_number must be null
830: -------------------------------------------------------------------------
831: PROCEDURE un_number_id(
832: p_id_tbl IN po_tbl_number,
833: p_purchase_basis_tbl IN po_tbl_varchar30,
834: p_un_number_id_tbl IN po_tbl_number,
835: x_result_set_id IN OUT NOCOPY NUMBER,
836: x_results IN OUT NOCOPY po_validation_results_type,
837: x_result_type OUT NOCOPY VARCHAR2)

Line 924: p_purchase_basis_tbl IN po_tbl_varchar30,

920: -- If purchase_basis = 'TEMP LABOR', then un_number must be null
921: -------------------------------------------------------------------------
922: PROCEDURE hazard_class_id(
923: p_id_tbl IN po_tbl_number,
924: p_purchase_basis_tbl IN po_tbl_varchar30,
925: p_hazard_class_id_tbl IN po_tbl_number,
926: x_result_set_id IN OUT NOCOPY NUMBER,
927: x_results IN OUT NOCOPY po_validation_results_type,
928: x_result_type OUT NOCOPY VARCHAR2)

Line 1016: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1012: -------------------------------------------------------------------------
1013: PROCEDURE item_id(
1014: p_id_tbl IN po_tbl_number,
1015: p_item_id_tbl IN po_tbl_number,
1016: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1017: p_line_type_id_tbl IN po_tbl_number,
1018: p_inventory_org_id IN NUMBER,
1019: x_result_set_id IN OUT NOCOPY NUMBER,
1020: x_results IN OUT NOCOPY po_validation_results_type,

Line 1172: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1168: -------------------------------------------------------------------------
1169: PROCEDURE item_description(
1170: p_id_tbl IN po_tbl_number,
1171: p_item_description_tbl IN po_tbl_varchar2000,
1172: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1173: p_item_id_tbl IN po_tbl_number,
1174: p_create_or_update_item IN VARCHAR2,
1175: p_inventory_org_id IN NUMBER,
1176: x_result_set_id IN OUT NOCOPY NUMBER,

Line 1263: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,

1259: -- check to see if x_item_unit_of_measure is valid in mtl_item_uoms_view
1260: -------------------------------------------------------------------------
1261: PROCEDURE unit_meas_lookup_code(
1262: p_id_tbl IN po_tbl_number,
1263: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
1264: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1265: p_item_id_tbl IN po_tbl_number,
1266: p_line_type_id_tbl IN po_tbl_number,
1267: p_inventory_org_id IN NUMBER,

Line 1264: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1260: -------------------------------------------------------------------------
1261: PROCEDURE unit_meas_lookup_code(
1262: p_id_tbl IN po_tbl_number,
1263: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
1264: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1265: p_item_id_tbl IN po_tbl_number,
1266: p_line_type_id_tbl IN po_tbl_number,
1267: p_inventory_org_id IN NUMBER,
1268: x_result_set_id IN OUT NOCOPY NUMBER,

Line 1501: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1497: -- be NULL. Check to see if there are x_item_revision exists in mtl_item_revisions table
1498: -------------------------------------------------------------------------
1499: PROCEDURE item_revision(
1500: p_id_tbl IN po_tbl_number,
1501: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1502: p_item_revision_tbl IN po_tbl_varchar5,
1503: p_item_id_tbl IN po_tbl_number,
1504: x_result_set_id IN OUT NOCOPY NUMBER,
1505: x_results IN OUT NOCOPY po_validation_results_type,

Line 1610: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1606: -------------------------------------------------------------------------
1607: PROCEDURE category_id(
1608: p_id_tbl IN po_tbl_number,
1609: p_category_id_tbl IN po_tbl_number,
1610: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1611: p_item_id_tbl IN po_tbl_number,
1612: p_inventory_org_id IN NUMBER,
1613: x_result_set_id IN OUT NOCOPY NUMBER,
1614: x_results IN OUT NOCOPY po_validation_results_type,

Line 1903: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1899: -------------------------------------------------------------------------
1900: PROCEDURE unit_price(
1901: p_id_tbl IN po_tbl_number,
1902: p_unit_price_tbl IN po_tbl_number,
1903: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1904: p_line_type_id_tbl IN po_tbl_number,
1905: x_result_set_id IN OUT NOCOPY NUMBER,
1906: x_results IN OUT NOCOPY po_validation_results_type,
1907: x_result_type OUT NOCOPY VARCHAR2)

Line 2036: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2032: -------------------------------------------------------------------------
2033: PROCEDURE quantity(
2034: p_id_tbl IN po_tbl_number,
2035: p_quantity_tbl IN po_tbl_number,
2036: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2037: x_results IN OUT NOCOPY po_validation_results_type,
2038: x_result_type OUT NOCOPY VARCHAR2)
2039: IS
2040: d_mod CONSTANT VARCHAR2(100) := d_quantity;

Line 2105: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2101: -------------------------------------------------------------------------
2102: PROCEDURE amount(
2103: p_id_tbl IN po_tbl_number,
2104: p_amount_tbl IN po_tbl_number,
2105: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2106: x_results IN OUT NOCOPY po_validation_results_type,
2107: x_result_type OUT NOCOPY VARCHAR2)
2108: IS
2109: d_mod CONSTANT VARCHAR2(100) := d_amount;

Line 2157: p_rate_type_tbl IN po_tbl_varchar30,

2153: -- For rate based temp labor line, the currency rate_type cannot be 'user'
2154: -------------------------------------------------------------------------
2155: PROCEDURE rate_type(
2156: p_id_tbl IN po_tbl_number,
2157: p_rate_type_tbl IN po_tbl_varchar30,
2158: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2159: x_results IN OUT NOCOPY po_validation_results_type,
2160: x_result_type OUT NOCOPY VARCHAR2)
2161: IS

Line 2158: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2154: -------------------------------------------------------------------------
2155: PROCEDURE rate_type(
2156: p_id_tbl IN po_tbl_number,
2157: p_rate_type_tbl IN po_tbl_varchar30,
2158: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2159: x_results IN OUT NOCOPY po_validation_results_type,
2160: x_result_type OUT NOCOPY VARCHAR2)
2161: IS
2162: d_mod CONSTANT VARCHAR2(100) := d_rate_type;

Line 2211: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2207: PROCEDURE line_num(
2208: p_id_tbl IN po_tbl_number,
2209: p_po_header_id_tbl IN po_tbl_number,
2210: p_line_num_tbl IN po_tbl_number,
2211: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2212: p_draft_id_tbl IN PO_TBL_NUMBER, -- bug5129752
2213: x_result_set_id IN OUT NOCOPY NUMBER,
2214: x_results IN OUT NOCOPY po_validation_results_type,
2215: x_result_type OUT NOCOPY VARCHAR2)

Line 2486: p_purchase_basis_tbl IN po_tbl_varchar30,

2482: PROCEDURE style_related_info(
2483: p_id_tbl IN po_tbl_number,
2484: p_style_id_tbl IN po_tbl_number,
2485: p_line_type_id_tbl IN po_tbl_number,
2486: p_purchase_basis_tbl IN po_tbl_varchar30,
2487: x_result_set_id IN OUT NOCOPY NUMBER,
2488: x_result_type OUT NOCOPY VARCHAR2)
2489: IS
2490: d_mod CONSTANT VARCHAR2(100) := d_style_related_info;

Line 2606: p_price_type_lookup_code_tbl IN po_tbl_varchar30,

2602: -- If price_type_lookup_code is not null, it has to be a valid price type in po_lookup_codes
2603: -------------------------------------------------------------------------
2604: PROCEDURE price_type_lookup_code(
2605: p_id_tbl IN po_tbl_number,
2606: p_price_type_lookup_code_tbl IN po_tbl_varchar30,
2607: x_result_set_id IN OUT NOCOPY NUMBER,
2608: x_result_type OUT NOCOPY VARCHAR2)
2609: IS
2610: d_mod CONSTANT VARCHAR2(100) := d_price_type_lookup_code;

Line 2681: p_purchase_basis_tbl IN po_tbl_varchar30,

2677: PROCEDURE start_date_standard(
2678: p_id_tbl IN po_tbl_number,
2679: p_start_date_tbl IN po_tbl_date,
2680: p_expiration_date_tbl IN po_tbl_date,
2681: p_purchase_basis_tbl IN po_tbl_varchar30,
2682: x_results IN OUT NOCOPY po_validation_results_type,
2683: x_result_type OUT NOCOPY VARCHAR2)
2684: IS
2685: d_mod CONSTANT VARCHAR2(100) := d_start_date_standard;

Line 2764: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2760: -------------------------------------------------------------------------
2761: PROCEDURE item_id_standard(
2762: p_id_tbl IN po_tbl_number,
2763: p_item_id_tbl IN po_tbl_number,
2764: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2765: p_inventory_org_id IN NUMBER,
2766: x_result_set_id IN OUT NOCOPY NUMBER,
2767: x_result_type OUT NOCOPY VARCHAR2)
2768: IS

Line 2838: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2834: -------------------------------------------------------------------------
2835: PROCEDURE quantity_standard(
2836: p_id_tbl IN po_tbl_number,
2837: p_quantity_tbl IN po_tbl_number,
2838: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2839: x_results IN OUT NOCOPY po_validation_results_type,
2840: x_result_type OUT NOCOPY VARCHAR2)
2841: IS
2842: d_mod CONSTANT VARCHAR2(100) := d_quantity_standard;

Line 2896: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2892: -------------------------------------------------------------------------
2893: PROCEDURE amount_standard(
2894: p_id_tbl IN po_tbl_number,
2895: p_amount_tbl IN po_tbl_number,
2896: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2897: x_results IN OUT NOCOPY po_validation_results_type,
2898: x_result_type OUT NOCOPY VARCHAR2)
2899: IS
2900: d_mod CONSTANT VARCHAR2(100) := d_amount_standard;

Line 2960: p_price_break_lookup_code_tbl IN po_tbl_varchar30,

2956: -------------------------------------------------------------------------
2957: -- bug5016163 START
2958: PROCEDURE price_break_lookup_code(
2959: p_id_tbl IN po_tbl_number,
2960: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
2961: p_global_agreement_flag_tbl IN po_tbl_varchar1,
2962: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2963: p_purchase_basis_tbl IN po_tbl_varchar30,
2964: x_result_set_id IN OUT NOCOPY NUMBER,

Line 2962: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2958: PROCEDURE price_break_lookup_code(
2959: p_id_tbl IN po_tbl_number,
2960: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
2961: p_global_agreement_flag_tbl IN po_tbl_varchar1,
2962: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2963: p_purchase_basis_tbl IN po_tbl_varchar30,
2964: x_result_set_id IN OUT NOCOPY NUMBER,
2965: x_results IN OUT NOCOPY po_validation_results_type,
2966: x_result_type OUT NOCOPY VARCHAR2)

Line 2963: p_purchase_basis_tbl IN po_tbl_varchar30,

2959: p_id_tbl IN po_tbl_number,
2960: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
2961: p_global_agreement_flag_tbl IN po_tbl_varchar1,
2962: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2963: p_purchase_basis_tbl IN po_tbl_varchar30,
2964: x_result_set_id IN OUT NOCOPY NUMBER,
2965: x_results IN OUT NOCOPY po_validation_results_type,
2966: x_result_type OUT NOCOPY VARCHAR2)
2967: IS

Line 3229: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,

3225: -- We need to validate UOM against po_lines_all and po_units_of_measure_val_v
3226: -----------------------------------------------------------------------------
3227: PROCEDURE uom_update(
3228: p_id_tbl IN po_tbl_number,
3229: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
3230: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3231: p_po_header_id_tbl IN po_tbl_number,
3232: p_po_line_id_tbl IN po_tbl_number,
3233: x_results IN OUT NOCOPY po_validation_results_type, x_result_set_id IN OUT NOCOPY NUMBER,

Line 3230: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

3226: -----------------------------------------------------------------------------
3227: PROCEDURE uom_update(
3228: p_id_tbl IN po_tbl_number,
3229: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
3230: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3231: p_po_header_id_tbl IN po_tbl_number,
3232: p_po_line_id_tbl IN po_tbl_number,
3233: x_results IN OUT NOCOPY po_validation_results_type, x_result_set_id IN OUT NOCOPY NUMBER,
3234: x_result_type OUT NOCOPY VARCHAR2)

Line 3564: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

3560: PROCEDURE category_id_update(
3561: p_id_tbl IN po_tbl_number,
3562: p_category_id_tbl IN po_tbl_number,
3563: p_po_line_id_tbl IN po_tbl_number,
3564: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3565: p_item_id_tbl IN po_tbl_number,
3566: p_job_id_tbl IN po_tbl_number,
3567: p_inventory_org_id IN NUMBER,
3568: x_result_set_id IN OUT NOCOPY NUMBER,