DBA Data[Home] [Help]

APPS.PO_VAL_PRICE_DIFFS2 dependencies on PO_TBL_VARCHAR30

Line 26: p_price_type_tbl IN po_tbl_varchar30,

22: -- Price type cannot be NULL and must be valid in PO_PRICE_DIFF_LOOKUPS_V
23: -------------------------------------------------------------------------
24: PROCEDURE price_type(
25: p_id_tbl IN po_tbl_number,
26: p_price_type_tbl IN po_tbl_varchar30,
27: x_result_set_id IN OUT NOCOPY NUMBER,
28: x_result_type OUT NOCOPY VARCHAR2)
29: IS
30: d_mod CONSTANT VARCHAR2(100) := d_price_type;

Line 98: p_price_type_tbl IN po_tbl_varchar30,

94: -- Multiple price differential records of the same type for a line/price break record are not allowed.
95: -------------------------------------------------------------------------
96: PROCEDURE multiple_price_diff(
97: p_id_tbl IN po_tbl_number,
98: p_price_type_tbl IN po_tbl_varchar30,
99: p_entity_type_tbl IN po_tbl_varchar30,
100: p_entity_id_tbl IN PO_TBL_NUMBER,
101: x_result_set_id IN OUT NOCOPY NUMBER,
102: x_result_type OUT NOCOPY VARCHAR2)

Line 99: p_entity_type_tbl IN po_tbl_varchar30,

95: -------------------------------------------------------------------------
96: PROCEDURE multiple_price_diff(
97: p_id_tbl IN po_tbl_number,
98: p_price_type_tbl IN po_tbl_varchar30,
99: p_entity_type_tbl IN po_tbl_varchar30,
100: p_entity_id_tbl IN PO_TBL_NUMBER,
101: x_result_set_id IN OUT NOCOPY NUMBER,
102: x_result_type OUT NOCOPY VARCHAR2)
103: IS

Line 215: p_entity_type_tbl IN po_tbl_varchar30,

211: -- different document type
212: -------------------------------------------------------------------------
213: PROCEDURE entity_type(
214: p_id_tbl IN po_tbl_number,
215: p_entity_type_tbl IN po_tbl_varchar30,
216: p_doc_type IN VARCHAR2,
217: x_results IN OUT NOCOPY po_validation_results_type,
218: x_result_type OUT NOCOPY VARCHAR2)
219: IS

Line 270: p_entity_type_tbl IN po_tbl_varchar30,

266: -- must be null.
267: -------------------------------------------------------------------------
268: PROCEDURE multiplier(
269: p_id_tbl IN po_tbl_number,
270: p_entity_type_tbl IN po_tbl_varchar30,
271: p_multiplier_tbl IN po_tbl_number,
272: x_results IN OUT NOCOPY po_validation_results_type,
273: x_result_type OUT NOCOPY VARCHAR2)
274: IS

Line 330: p_entity_type_tbl IN po_tbl_varchar30,

326: -- must not be null.
327: -------------------------------------------------------------------------
328: PROCEDURE min_multiplier(
329: p_id_tbl IN po_tbl_number,
330: p_entity_type_tbl IN po_tbl_varchar30,
331: p_min_multiplier_tbl IN po_tbl_number,
332: x_results IN OUT NOCOPY po_validation_results_type,
333: x_result_type OUT NOCOPY VARCHAR2)
334: IS

Line 390: p_entity_type_tbl IN po_tbl_varchar30,

386: -- must not be null.
387: -------------------------------------------------------------------------
388: PROCEDURE max_multiplier(
389: p_id_tbl IN po_tbl_number,
390: p_entity_type_tbl IN po_tbl_varchar30,
391: p_max_multiplier_tbl IN po_tbl_number,
392: x_results IN OUT NOCOPY po_validation_results_type,
393: x_result_type OUT NOCOPY VARCHAR2)
394: IS