DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on PO_TBL_VARCHAR2000

Line 63: p_contractor_last_name_tbl IN po_tbl_varchar2000,

59: -------------------------------------------------------------------------
60: PROCEDURE contractor_name(p_id_tbl IN po_tbl_number,
61: p_doc_type IN VARCHAR2,
62: p_purchase_basis_tbl IN po_tbl_varchar30,
63: p_contractor_last_name_tbl IN po_tbl_varchar2000,
64: p_contractor_first_name_tbl IN po_tbl_varchar2000,
65: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
66: x_result_type OUT NOCOPY VARCHAR2);
67:

Line 64: p_contractor_first_name_tbl IN po_tbl_varchar2000,

60: PROCEDURE contractor_name(p_id_tbl IN po_tbl_number,
61: p_doc_type IN VARCHAR2,
62: p_purchase_basis_tbl IN po_tbl_varchar30,
63: p_contractor_last_name_tbl IN po_tbl_varchar2000,
64: p_contractor_first_name_tbl IN po_tbl_varchar2000,
65: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
66: x_result_type OUT NOCOPY VARCHAR2);
67:
68: -------------------------------------------------------------------------

Line 138: p_item_description_tbl IN po_tbl_varchar2000,

134: -- from what is setup for the item. Would not allow item_description update if item attribute
135: -- allow_item_desc_update_flag is N.
136: -------------------------------------------------------------------------
137: PROCEDURE item_description(p_id_tbl IN po_tbl_number,
138: p_item_description_tbl IN po_tbl_varchar2000,
139: p_order_type_lookup_code_tbl IN po_tbl_varchar30,
140: p_item_id_tbl IN po_tbl_number,
141: p_create_or_update_item IN VARCHAR2,
142: p_inventory_org_id IN NUMBER,

Line 383: p_item_description_tbl IN po_tbl_varchar2000,

379: -- Would not allow item_description update if item attribute allow_item_desc_update_flag is N.
380: -- Also need to check the value in po_lines_all to make sure it is the same there, if necessary.
381: -------------------------------------------------------------------------
382: PROCEDURE item_desc_update(p_id_tbl IN po_tbl_number,
383: p_item_description_tbl IN po_tbl_varchar2000,
384: p_item_id_tbl IN po_tbl_number,
385: p_inventory_org_id IN NUMBER,
386: p_po_header_id_tbl IN po_tbl_number,
387: p_po_line_id_tbl IN po_tbl_number,