DBA Data[Home] [Help]

APPS.PO_VAL_SHIPMENTS dependencies on PO_CORE_S

Line 140: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

136: BEGIN
137:
138: PO_VALIDATION_HELPER.greater_or_equal_zero(
139: p_calling_module => D_days_early_gte_zero
140: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
141: , p_value_tbl => p_days_early_rcpt_allowed_tbl
142: , p_entity_id_tbl => p_line_loc_id_tbl
143: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
144: , p_column_name => c_DAYS_EARLY_RECEIPT_ALLOWED

Line 167: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

163: BEGIN
164:
165: PO_VALIDATION_HELPER.greater_or_equal_zero(
166: p_calling_module => D_days_late_gte_zero
167: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
168: , p_value_tbl => p_days_late_rcpt_allowed_tbl
169: , p_entity_id_tbl => p_line_loc_id_tbl
170: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
171: , p_column_name => c_DAYS_LATE_RECEIPT_ALLOWED

Line 195: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

191: BEGIN
192:
193: PO_VALIDATION_HELPER.within_percentage_range(
194: p_calling_module => D_rcv_close_tol_within_range
195: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
196: , p_value_tbl => p_receive_close_tolerance_tbl
197: , p_entity_id_tbl => p_line_loc_id_tbl
198: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
199: , p_column_name => c_RECEIVE_CLOSE_TOLERANCE

Line 222: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

218: BEGIN
219:
220: PO_VALIDATION_HELPER.within_percentage_range(
221: p_calling_module => D_over_rcpt_tol_within_range
222: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
223: , p_value_tbl => p_qty_rcv_tolerance_tbl
224: , p_entity_id_tbl => p_line_loc_id_tbl
225: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
226: , p_column_name => c_QTY_RCV_TOLERANCE

Line 423: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

419: BEGIN
420:
421: PO_VALIDATION_HELPER.within_percentage_range(
422: p_calling_module => D_inv_close_tol_range_check
423: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
424: , p_value_tbl => p_invoice_close_tolerance_tbl
425: , p_entity_id_tbl => p_line_loc_id_tbl
426: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
427: , p_column_name => c_INVOICE_CLOSE_TOLERANCE

Line 679: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

675: --: only pass in the filtered
676: --list of line locations
677: PO_VALIDATION_HELPER.greater_than_zero(
678: p_calling_module => D_ship_num_gt_zero
679: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
680: , p_value_tbl => l_shipment_num_tbl --
681: , p_entity_id_tbl => l_line_loc_id_tbl --
682: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
683: , p_column_name => c_SHIPMENT_NUM

Line 765: l_data_key := PO_CORE_S.get_session_gt_nextval();

761: END IF;
762:
763: l_results_count := x_results.result_type.COUNT;
764:
765: l_data_key := PO_CORE_S.get_session_gt_nextval();
766:
767: FORALL i IN 1 .. p_line_loc_id_tbl.COUNT
768: INSERT INTO PO_SESSION_GT SES
769: ( key

Line 812: PO_CORE_S.check_inv_org_in_sob(

808: ;
809:
810: FOR i IN 1 .. l_line_loc_id_tbl.COUNT LOOP
811:
812: PO_CORE_S.check_inv_org_in_sob(
813: x_return_status => l_return_status
814: , p_inv_org_id => l_ship_to_org_id_tbl(i)
815: , p_sob_id => l_set_of_books_id_tbl(i)
816: , x_in_sob => l_in_sob

Line 913: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

909: l_quantity_tbl.trim(l_input_size-l_count);
910:
911: PO_VALIDATION_HELPER.greater_than_zero(
912: p_calling_module => d_mod
913: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
914: , p_value_tbl => l_quantity_tbl
915: , p_entity_id_tbl => l_line_loc_id_tbl
916: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
917: , p_column_name => c_QUANTITY

Line 1095: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

1091: l_amount_tbl.trim(l_input_size-l_count);
1092:
1093: PO_VALIDATION_HELPER.greater_than_zero(
1094: p_calling_module => d_mod
1095: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
1096: , p_value_tbl => l_amount_tbl
1097: , p_entity_id_tbl => l_line_loc_id_tbl
1098: , p_entity_type => c_ENTITY_TYPE_LINE_LOCATION
1099: , p_column_name => c_AMOUNT