DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on PO_TBL_VARCHAR30

Line 74: p_over_tolerance_err_flag_tbl IN po_tbl_varchar30,

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

Line 214: p_purchase_basis_tbl IN po_tbl_varchar30,

210: -------------------------------------------------------------------------
211: PROCEDURE global_agreement_flag(
212: p_id_tbl IN po_tbl_number,
213: p_global_agreement_flag_tbl IN po_tbl_varchar1,
214: p_purchase_basis_tbl IN po_tbl_varchar30,
215: p_line_type_id_tbl IN po_tbl_number,
216: x_result_set_id IN OUT NOCOPY NUMBER,
217: x_results IN OUT NOCOPY po_validation_results_type,
218: x_result_type OUT NOCOPY VARCHAR2)

Line 307: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

303: -- then amount must be greater than or equal to zero
304: -------------------------------------------------------------------------
305: PROCEDURE amount_blanket(
306: p_id_tbl IN po_tbl_number,
307: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
308: p_amount_tbl IN po_tbl_number,
309: x_results IN OUT NOCOPY po_validation_results_type,
310: x_result_type OUT NOCOPY VARCHAR2)
311: IS

Line 373: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

369: -- be 'FIXED PRICE' or 'RATE'.
370: -------------------------------------------------------------------------
371: PROCEDURE order_type_lookup_code(
372: p_id_tbl IN po_tbl_number,
373: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
374: x_results IN OUT NOCOPY po_validation_results_type,
375: x_result_type OUT NOCOPY VARCHAR2)
376: IS
377: d_mod CONSTANT VARCHAR2(100) := d_order_type_lookup_code;

Line 429: p_purchase_basis_tbl IN po_tbl_varchar30,

425: -------------------------------------------------------------------------
426: PROCEDURE contractor_name(
427: p_id_tbl IN po_tbl_number,
428: p_doc_type IN VARCHAR2,
429: p_purchase_basis_tbl IN po_tbl_varchar30,
430: p_contractor_last_name_tbl IN po_tbl_varchar2000,
431: p_contractor_first_name_tbl IN po_tbl_varchar2000,
432: x_results IN OUT NOCOPY po_validation_results_type,
433: x_result_type OUT NOCOPY VARCHAR2)

Line 486: p_purchase_basis_tbl IN po_tbl_varchar30,

482: PROCEDURE job_id(
483: p_id_tbl IN po_tbl_number,
484: p_job_id_tbl IN po_tbl_number,
485: p_job_business_group_id_tbl IN po_tbl_number,
486: p_purchase_basis_tbl IN po_tbl_varchar30,
487: p_category_id_tbl IN po_tbl_number,
488: x_result_set_id IN OUT NOCOPY NUMBER,
489: x_results IN OUT NOCOPY po_validation_results_type,
490: x_result_type OUT NOCOPY VARCHAR2)

Line 688: p_purchase_basis_tbl IN po_tbl_varchar30,

684: PROCEDURE job_business_group_id(
685: p_id_tbl IN po_tbl_number,
686: p_job_id_tbl IN po_tbl_number,
687: p_job_business_group_id_tbl IN po_tbl_number,
688: p_purchase_basis_tbl IN po_tbl_varchar30,
689: x_result_set_id IN OUT NOCOPY NUMBER,
690: x_result_type OUT NOCOPY VARCHAR2)
691: IS
692: d_mod CONSTANT VARCHAR2(100) := d_job_business_group_id;

Line 792: p_purchase_basis_tbl IN po_tbl_varchar30,

788: -- If purchase_basis = 'TEMP LABOR', then capital_expense_flag cannot = 'Y'
789: -------------------------------------------------------------------------
790: PROCEDURE capital_expense_flag(
791: p_id_tbl IN po_tbl_number,
792: p_purchase_basis_tbl IN po_tbl_varchar30,
793: p_capital_expense_flag_tbl IN po_tbl_varchar1,
794: x_results IN OUT NOCOPY po_validation_results_type,
795: x_result_type OUT NOCOPY VARCHAR2)
796: IS

Line 842: p_purchase_basis_tbl IN po_tbl_varchar30,

838: -- If purchase_basis = 'TEMP LABOR', then un_number must be null
839: -------------------------------------------------------------------------
840: PROCEDURE un_number_id(
841: p_id_tbl IN po_tbl_number,
842: p_purchase_basis_tbl IN po_tbl_varchar30,
843: p_un_number_id_tbl IN po_tbl_number,
844: x_result_set_id IN OUT NOCOPY NUMBER,
845: x_results IN OUT NOCOPY po_validation_results_type,
846: x_result_type OUT NOCOPY VARCHAR2)

Line 933: p_purchase_basis_tbl IN po_tbl_varchar30,

929: -- If purchase_basis = 'TEMP LABOR', then un_number must be null
930: -------------------------------------------------------------------------
931: PROCEDURE hazard_class_id(
932: p_id_tbl IN po_tbl_number,
933: p_purchase_basis_tbl IN po_tbl_varchar30,
934: p_hazard_class_id_tbl IN po_tbl_number,
935: x_result_set_id IN OUT NOCOPY NUMBER,
936: x_results IN OUT NOCOPY po_validation_results_type,
937: x_result_type OUT NOCOPY VARCHAR2)

Line 1025: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1021: -------------------------------------------------------------------------
1022: PROCEDURE item_id(
1023: p_id_tbl IN po_tbl_number,
1024: p_item_id_tbl IN po_tbl_number,
1025: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1026: p_line_type_id_tbl IN po_tbl_number,
1027: p_inventory_org_id IN NUMBER,
1028: x_result_set_id IN OUT NOCOPY NUMBER,
1029: x_results IN OUT NOCOPY po_validation_results_type,

Line 1181: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1177: -------------------------------------------------------------------------
1178: PROCEDURE item_description(
1179: p_id_tbl IN po_tbl_number,
1180: p_item_description_tbl IN po_tbl_varchar2000,
1181: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1182: p_item_id_tbl IN po_tbl_number,
1183: p_create_or_update_item IN VARCHAR2,
1184: p_inventory_org_id IN NUMBER,
1185: x_result_set_id IN OUT NOCOPY NUMBER,

Line 1272: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,

1268: -- check to see if x_item_unit_of_measure is valid in mtl_item_uoms_view
1269: -------------------------------------------------------------------------
1270: PROCEDURE unit_meas_lookup_code(
1271: p_id_tbl IN po_tbl_number,
1272: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
1273: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1274: p_item_id_tbl IN po_tbl_number,
1275: p_line_type_id_tbl IN po_tbl_number,
1276: p_inventory_org_id IN NUMBER,

Line 1273: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1269: -------------------------------------------------------------------------
1270: PROCEDURE unit_meas_lookup_code(
1271: p_id_tbl IN po_tbl_number,
1272: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
1273: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1274: p_item_id_tbl IN po_tbl_number,
1275: p_line_type_id_tbl IN po_tbl_number,
1276: p_inventory_org_id IN NUMBER,
1277: x_result_set_id IN OUT NOCOPY NUMBER,

Line 1510: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1506: -- be NULL. Check to see if there are x_item_revision exists in mtl_item_revisions table
1507: -------------------------------------------------------------------------
1508: PROCEDURE item_revision(
1509: p_id_tbl IN po_tbl_number,
1510: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1511: p_item_revision_tbl IN po_tbl_varchar5,
1512: p_item_id_tbl IN po_tbl_number,
1513: x_result_set_id IN OUT NOCOPY NUMBER,
1514: x_results IN OUT NOCOPY po_validation_results_type,

Line 1619: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1615: -------------------------------------------------------------------------
1616: PROCEDURE category_id(
1617: p_id_tbl IN po_tbl_number,
1618: p_category_id_tbl IN po_tbl_number,
1619: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1620: p_item_id_tbl IN po_tbl_number,
1621: p_inventory_org_id IN NUMBER,
1622: x_result_set_id IN OUT NOCOPY NUMBER,
1623: x_results IN OUT NOCOPY po_validation_results_type,

Line 1912: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

1908: -------------------------------------------------------------------------
1909: PROCEDURE unit_price(
1910: p_id_tbl IN po_tbl_number,
1911: p_unit_price_tbl IN po_tbl_number,
1912: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
1913: p_line_type_id_tbl IN po_tbl_number,
1914: x_result_set_id IN OUT NOCOPY NUMBER,
1915: x_results IN OUT NOCOPY po_validation_results_type,
1916: x_result_type OUT NOCOPY VARCHAR2)

Line 2097: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2093: -------------------------------------------------------------------------
2094: PROCEDURE quantity(
2095: p_id_tbl IN po_tbl_number,
2096: p_quantity_tbl IN po_tbl_number,
2097: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2098: x_results IN OUT NOCOPY po_validation_results_type,
2099: x_result_type OUT NOCOPY VARCHAR2)
2100: IS
2101: d_mod CONSTANT VARCHAR2(100) := d_quantity;

Line 2166: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2162: -------------------------------------------------------------------------
2163: PROCEDURE amount(
2164: p_id_tbl IN po_tbl_number,
2165: p_amount_tbl IN po_tbl_number,
2166: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2167: x_results IN OUT NOCOPY po_validation_results_type,
2168: x_result_type OUT NOCOPY VARCHAR2)
2169: IS
2170: d_mod CONSTANT VARCHAR2(100) := d_amount;

Line 2218: p_rate_type_tbl IN po_tbl_varchar30,

2214: -- For rate based temp labor line, the currency rate_type cannot be 'user'
2215: -------------------------------------------------------------------------
2216: PROCEDURE rate_type(
2217: p_id_tbl IN po_tbl_number,
2218: p_rate_type_tbl IN po_tbl_varchar30,
2219: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2220: x_results IN OUT NOCOPY po_validation_results_type,
2221: x_result_type OUT NOCOPY VARCHAR2)
2222: IS

Line 2219: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2215: -------------------------------------------------------------------------
2216: PROCEDURE rate_type(
2217: p_id_tbl IN po_tbl_number,
2218: p_rate_type_tbl IN po_tbl_varchar30,
2219: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2220: x_results IN OUT NOCOPY po_validation_results_type,
2221: x_result_type OUT NOCOPY VARCHAR2)
2222: IS
2223: d_mod CONSTANT VARCHAR2(100) := d_rate_type;

Line 2272: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2268: PROCEDURE line_num(
2269: p_id_tbl IN po_tbl_number,
2270: p_po_header_id_tbl IN po_tbl_number,
2271: p_line_num_tbl IN po_tbl_number,
2272: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2273: p_draft_id_tbl IN PO_TBL_NUMBER, -- bug5129752
2274: x_result_set_id IN OUT NOCOPY NUMBER,
2275: x_results IN OUT NOCOPY po_validation_results_type,
2276: x_result_type OUT NOCOPY VARCHAR2)

Line 2547: p_purchase_basis_tbl IN po_tbl_varchar30,

2543: PROCEDURE style_related_info(
2544: p_id_tbl IN po_tbl_number,
2545: p_style_id_tbl IN po_tbl_number,
2546: p_line_type_id_tbl IN po_tbl_number,
2547: p_purchase_basis_tbl IN po_tbl_varchar30,
2548: x_result_set_id IN OUT NOCOPY NUMBER,
2549: x_result_type OUT NOCOPY VARCHAR2)
2550: IS
2551: d_mod CONSTANT VARCHAR2(100) := d_style_related_info;

Line 2667: p_price_type_lookup_code_tbl IN po_tbl_varchar30,

2663: -- If price_type_lookup_code is not null, it has to be a valid price type in po_lookup_codes
2664: -------------------------------------------------------------------------
2665: PROCEDURE price_type_lookup_code(
2666: p_id_tbl IN po_tbl_number,
2667: p_price_type_lookup_code_tbl IN po_tbl_varchar30,
2668: x_result_set_id IN OUT NOCOPY NUMBER,
2669: x_result_type OUT NOCOPY VARCHAR2)
2670: IS
2671: d_mod CONSTANT VARCHAR2(100) := d_price_type_lookup_code;

Line 2742: p_purchase_basis_tbl IN po_tbl_varchar30,

2738: PROCEDURE start_date_standard(
2739: p_id_tbl IN po_tbl_number,
2740: p_start_date_tbl IN po_tbl_date,
2741: p_expiration_date_tbl IN po_tbl_date,
2742: p_purchase_basis_tbl IN po_tbl_varchar30,
2743: x_results IN OUT NOCOPY po_validation_results_type,
2744: x_result_type OUT NOCOPY VARCHAR2)
2745: IS
2746: d_mod CONSTANT VARCHAR2(100) := d_start_date_standard;

Line 2825: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2821: -------------------------------------------------------------------------
2822: PROCEDURE item_id_standard(
2823: p_id_tbl IN po_tbl_number,
2824: p_item_id_tbl IN po_tbl_number,
2825: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2826: p_inventory_org_id IN NUMBER,
2827: x_result_set_id IN OUT NOCOPY NUMBER,
2828: x_result_type OUT NOCOPY VARCHAR2)
2829: IS

Line 2899: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2895: -------------------------------------------------------------------------
2896: PROCEDURE quantity_standard(
2897: p_id_tbl IN po_tbl_number,
2898: p_quantity_tbl IN po_tbl_number,
2899: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2900: x_results IN OUT NOCOPY po_validation_results_type,
2901: x_result_type OUT NOCOPY VARCHAR2)
2902: IS
2903: d_mod CONSTANT VARCHAR2(100) := d_quantity_standard;

Line 2957: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

2953: -------------------------------------------------------------------------
2954: PROCEDURE amount_standard(
2955: p_id_tbl IN po_tbl_number,
2956: p_amount_tbl IN po_tbl_number,
2957: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
2958: x_results IN OUT NOCOPY po_validation_results_type,
2959: x_result_type OUT NOCOPY VARCHAR2)
2960: IS
2961: d_mod CONSTANT VARCHAR2(100) := d_amount_standard;

Line 3021: p_price_break_lookup_code_tbl IN po_tbl_varchar30,

3017: -------------------------------------------------------------------------
3018: -- bug5016163 START
3019: PROCEDURE price_break_lookup_code(
3020: p_id_tbl IN po_tbl_number,
3021: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
3022: p_global_agreement_flag_tbl IN po_tbl_varchar1,
3023: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3024: p_purchase_basis_tbl IN po_tbl_varchar30,
3025: x_result_set_id IN OUT NOCOPY NUMBER,

Line 3023: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

3019: PROCEDURE price_break_lookup_code(
3020: p_id_tbl IN po_tbl_number,
3021: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
3022: p_global_agreement_flag_tbl IN po_tbl_varchar1,
3023: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3024: p_purchase_basis_tbl IN po_tbl_varchar30,
3025: x_result_set_id IN OUT NOCOPY NUMBER,
3026: x_results IN OUT NOCOPY po_validation_results_type,
3027: x_result_type OUT NOCOPY VARCHAR2)

Line 3024: p_purchase_basis_tbl IN po_tbl_varchar30,

3020: p_id_tbl IN po_tbl_number,
3021: p_price_break_lookup_code_tbl IN po_tbl_varchar30,
3022: p_global_agreement_flag_tbl IN po_tbl_varchar1,
3023: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3024: p_purchase_basis_tbl IN po_tbl_varchar30,
3025: x_result_set_id IN OUT NOCOPY NUMBER,
3026: x_results IN OUT NOCOPY po_validation_results_type,
3027: x_result_type OUT NOCOPY VARCHAR2)
3028: IS

Line 3290: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,

3286: -- We need to validate UOM against po_lines_all and po_units_of_measure_val_v
3287: -----------------------------------------------------------------------------
3288: PROCEDURE uom_update(
3289: p_id_tbl IN po_tbl_number,
3290: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
3291: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3292: p_po_header_id_tbl IN po_tbl_number,
3293: p_po_line_id_tbl IN po_tbl_number,
3294: x_results IN OUT NOCOPY po_validation_results_type, x_result_set_id IN OUT NOCOPY NUMBER,

Line 3291: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

3287: -----------------------------------------------------------------------------
3288: PROCEDURE uom_update(
3289: p_id_tbl IN po_tbl_number,
3290: p_unit_meas_lookup_code_tbl IN po_tbl_varchar30,
3291: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3292: p_po_header_id_tbl IN po_tbl_number,
3293: p_po_line_id_tbl IN po_tbl_number,
3294: x_results IN OUT NOCOPY po_validation_results_type, x_result_set_id IN OUT NOCOPY NUMBER,
3295: x_result_type OUT NOCOPY VARCHAR2)

Line 3628: p_order_type_lookup_code_tbl IN po_tbl_varchar30,

3624: PROCEDURE category_id_update(
3625: p_id_tbl IN po_tbl_number,
3626: p_category_id_tbl IN po_tbl_number,
3627: p_po_line_id_tbl IN po_tbl_number,
3628: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
3629: p_item_id_tbl IN po_tbl_number,
3630: p_job_id_tbl IN po_tbl_number,
3631: p_inventory_org_id IN NUMBER,
3632: x_result_set_id IN OUT NOCOPY NUMBER,