DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on PO_VALIDATION_HELPER

Line 136: PO_VALIDATION_HELPER.child_num_unique(

132: , x_result_type OUT NOCOPY VARCHAR2
133: )
134: IS
135: BEGIN
136: PO_VALIDATION_HELPER.child_num_unique(
137: p_calling_module => D_dist_num_unique
138: , p_entity_type => c_entity_type_DISTRIBUTION
139: , p_entity_id_tbl => p_dist_id_tbl
140: , p_parent_id_tbl => p_line_loc_id_tbl

Line 163: PO_VALIDATION_HELPER.greater_than_zero(

159: )
160: IS
161: BEGIN
162:
163: PO_VALIDATION_HELPER.greater_than_zero(
164: p_calling_module => D_dist_num_gt_zero
165: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
166: , p_value_tbl => p_dist_num_tbl
167: , p_entity_id_tbl => p_dist_id_tbl

Line 205: PO_VALIDATION_HELPER.gt_zero_order_type_filter(

201: FOR i IN 1 .. l_input_size LOOP
202: l_clm_info_flag_tbl(i) := 'N';
203: END LOOP;
204:
205: PO_VALIDATION_HELPER.gt_zero_order_type_filter(
206: p_calling_module => D_quantity_gt_zero
207: , p_value_tbl => p_qty_ordered_tbl
208: , p_entity_id_tbl => p_dist_id_tbl
209: , p_order_type_lookup_code_tbl => p_value_basis_tbl --

Line 358: PO_VALIDATION_HELPER.gt_zero_order_type_filter(

354: FOR i IN 1 .. l_input_size LOOP
355: l_clm_info_flag_tbl(i) := 'N';
356: END LOOP;
357:
358: PO_VALIDATION_HELPER.gt_zero_order_type_filter(
359: p_calling_module => D_amount_gt_zero
360: , p_value_tbl => p_amt_ordered_tbl
361: , p_entity_id_tbl => p_dist_id_tbl
362: , p_order_type_lookup_code_tbl => p_value_basis_tbl --

Line 710: PO_VALIDATION_HELPER.num1_less_or_equal_num2(

706: )
707: IS
708: BEGIN
709:
710: PO_VALIDATION_HELPER.num1_less_or_equal_num2(
711: p_calling_module => D_unencum_amt_le_amt_to_encum
712: , p_num1_tbl => p_unencumbered_amount_tbl
713: , p_num2_tbl => p_amount_to_encumber_tbl
714: , p_entity_id_tbl => p_dist_id_tbl

Line 737: PO_VALIDATION_HELPER.greater_or_equal_zero(

733: )
734: IS
735: BEGIN
736:
737: PO_VALIDATION_HELPER.greater_or_equal_zero(
738: p_calling_module => D_amount_to_encumber_ge_zero
739: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
740: , p_value_tbl => p_amount_to_encumber_tbl
741: , p_entity_id_tbl => p_dist_id_tbl

Line 765: PO_VALIDATION_HELPER.not_null(

761: )
762: IS
763: BEGIN
764:
765: PO_VALIDATION_HELPER.not_null(
766: p_calling_module => D_budget_account_id_not_null
767: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_budget_account_id_tbl)
768: , p_entity_id_tbl => p_dist_id_tbl
769: , p_entity_type => c_entity_type_DISTRIBUTION

Line 792: PO_VALIDATION_HELPER.not_null(

788: )
789: IS
790: BEGIN
791:
792: PO_VALIDATION_HELPER.not_null(
793: p_calling_module => D_gl_encumbered_date_not_null
794: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_gl_encumbered_date_tbl)
795: , p_entity_id_tbl => p_dist_id_tbl
796: , p_entity_type => c_entity_type_DISTRIBUTION