DBA Data[Home] [Help]

APPS.PO_VAL_SHIPMENTS2 dependencies on STANDARD

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

108: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
109: x_result_type OUT NOCOPY VARCHAR2);
110:
111: -------------------------------------------------------------------------
112: -- If shipment_type is STANDARD and enforce_ship_to_loc_code is not equal
113: -- to NONE, REJECT or WARNING
114: -------------------------------------------------------------------------
115: PROCEDURE enforce_ship_to_loc_code(p_id_tbl IN PO_TBL_NUMBER,
116: p_enforce_ship_to_loc_code_tbl IN PO_TBL_VARCHAR30,

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

118: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
119: x_result_type OUT NOCOPY VARCHAR2);
120:
121: -------------------------------------------------------------------------
122: -- If shipment_type is STANDARD and allow_sub_receipts_flag is not equal
123: -- to NONE, REJECT or WARNING
124: -------------------------------------------------------------------------
125: PROCEDURE allow_sub_receipts_flag(p_id_tbl IN PO_TBL_NUMBER,
126: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

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

128: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
129: x_result_type OUT NOCOPY VARCHAR2);
130:
131: -------------------------------------------------------------------------
132: -- If shipment_type is STANDARD and days_early_receipt_allowed is not null
133: -- and less than zero.
134: -------------------------------------------------------------------------
135: PROCEDURE days_early_receipt_allowed(p_id_tbl IN PO_TBL_NUMBER,
136: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

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

138: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
139: x_result_type OUT NOCOPY VARCHAR2);
140:
141: -------------------------------------------------------------------------
142: -- If shipment_type is STANDARD and receipt_days_expection_code is not null
143: -- and not 'NONE', 'REJECT' not 'WARNING'
144: -------------------------------------------------------------------------
145: PROCEDURE receipt_days_exception_code(p_id_tbl IN PO_TBL_NUMBER,
146: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

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

148: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
149: x_result_type OUT NOCOPY VARCHAR2);
150:
151: -------------------------------------------------------------------------
152: -- If shipment_type is STANDARD and invoice_close_tolerance is not null
153: -- and less than or equal to zero or greater than or equal to 100.
154: -------------------------------------------------------------------------
155: PROCEDURE invoice_close_tolerance(p_id_tbl IN PO_TBL_NUMBER,
156: p_shipment_type_tbl IN PO_TBL_VARCHAR30,

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

158: x_results IN OUT NOCOPY PO_VALIDATION_RESULTS_TYPE,
159: x_result_type OUT NOCOPY VARCHAR2);
160:
161: -------------------------------------------------------------------------
162: -- If shipment_type is STANDARD and receive_close_tolerance is not null
163: -- and less than or equal to zero or greater than or equal to 100.
164: -------------------------------------------------------------------------
165: PROCEDURE receive_close_tolerance(p_id_tbl IN PO_TBL_NUMBER,
166: p_shipment_type_tbl IN PO_TBL_VARCHAR30,