DBA Data[Home] [Help]

APPS.PO_VAL_SHIPMENTS2 dependencies on STANDARD

Line 146: -- If shipment_type is STANDARD and enforce_ship_to_loc_code is not equal

142: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
143: x_result_type OUT NOCOPY VARCHAR2);
144:
145: -------------------------------------------------------------------------
146: -- If shipment_type is STANDARD and enforce_ship_to_loc_code is not equal
147: -- to NONE, REJECT or WARNING
148: -------------------------------------------------------------------------
149: PROCEDURE enforce_ship_to_loc_code(p_id_tbl IN PO_TBL_NUMBER,
150: p_enforce_ship_to_loc_code_tbl IN PO_TBL_VARCHAR30,

Line 156: -- If shipment_type is STANDARD and allow_sub_receipts_flag is not equal

152: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
153: x_result_type OUT NOCOPY VARCHAR2);
154:
155: -------------------------------------------------------------------------
156: -- If shipment_type is STANDARD and allow_sub_receipts_flag is not equal
157: -- to NONE, REJECT or WARNING
158: -------------------------------------------------------------------------
159: PROCEDURE allow_sub_receipts_flag(p_id_tbl IN PO_TBL_NUMBER,
160: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

Line 166: -- If shipment_type is STANDARD and days_early_receipt_allowed is not null

162: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
163: x_result_type OUT NOCOPY VARCHAR2);
164:
165: -------------------------------------------------------------------------
166: -- If shipment_type is STANDARD and days_early_receipt_allowed is not null
167: -- and less than zero.
168: -------------------------------------------------------------------------
169: PROCEDURE days_early_receipt_allowed(p_id_tbl IN PO_TBL_NUMBER,
170: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

Line 176: -- If shipment_type is STANDARD and receipt_days_expection_code is not null

172: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
173: x_result_type OUT NOCOPY VARCHAR2);
174:
175: -------------------------------------------------------------------------
176: -- If shipment_type is STANDARD and receipt_days_expection_code is not null
177: -- and not 'NONE', 'REJECT' not 'WARNING'
178: -------------------------------------------------------------------------
179: PROCEDURE receipt_days_exception_code(p_id_tbl IN PO_TBL_NUMBER,
180: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

Line 186: -- If shipment_type is STANDARD and invoice_close_tolerance is not null

182: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
183: x_result_type OUT NOCOPY VARCHAR2);
184:
185: -------------------------------------------------------------------------
186: -- If shipment_type is STANDARD and invoice_close_tolerance is not null
187: -- and less than or equal to zero or greater than or equal to 100.
188: -------------------------------------------------------------------------
189: PROCEDURE invoice_close_tolerance(p_id_tbl IN PO_TBL_NUMBER,
190: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

Line 196: -- If shipment_type is STANDARD and receive_close_tolerance is not null

192: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
193: x_result_type OUT NOCOPY VARCHAR2);
194:
195: -------------------------------------------------------------------------
196: -- If shipment_type is STANDARD and receive_close_tolerance is not null
197: -- and less than or equal to zero or greater than or equal to 100.
198: -------------------------------------------------------------------------
199: PROCEDURE receive_close_tolerance(p_id_tbl IN PO_TBL_NUMBER,
200: p_shipment_type_tbl IN PO_TBL_VARCHAR30,