DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on PO_VALIDATION_HELPER

Line 97: PO_VALIDATION_HELPER.child_num_unique(

93: , x_result_type OUT NOCOPY VARCHAR2
94: )
95: IS
96: BEGIN
97: PO_VALIDATION_HELPER.child_num_unique(
98: p_calling_module => D_dist_num_unique
99: , p_entity_type => c_entity_type_DISTRIBUTION
100: , p_entity_id_tbl => p_dist_id_tbl
101: , p_parent_id_tbl => p_line_loc_id_tbl

Line 122: PO_VALIDATION_HELPER.greater_than_zero(

118: )
119: IS
120: BEGIN
121:
122: PO_VALIDATION_HELPER.greater_than_zero(
123: p_calling_module => D_dist_num_gt_zero
124: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
125: , p_value_tbl => p_dist_num_tbl
126: , p_entity_id_tbl => p_dist_id_tbl

Line 151: PO_VALIDATION_HELPER.gt_zero_order_type_filter(

147: )
148: IS
149: BEGIN
150:
151: PO_VALIDATION_HELPER.gt_zero_order_type_filter(
152: p_calling_module => D_quantity_gt_zero
153: , p_value_tbl => p_qty_ordered_tbl
154: , p_entity_id_tbl => p_dist_id_tbl
155: , p_order_type_lookup_code_tbl => p_value_basis_tbl --

Line 288: PO_VALIDATION_HELPER.gt_zero_order_type_filter(

284: )
285: IS
286: BEGIN
287:
288: PO_VALIDATION_HELPER.gt_zero_order_type_filter(
289: p_calling_module => D_amount_gt_zero
290: , p_value_tbl => p_amt_ordered_tbl
291: , p_entity_id_tbl => p_dist_id_tbl
292: , p_order_type_lookup_code_tbl => p_value_basis_tbl --

Line 636: PO_VALIDATION_HELPER.num1_less_or_equal_num2(

632: )
633: IS
634: BEGIN
635:
636: PO_VALIDATION_HELPER.num1_less_or_equal_num2(
637: p_calling_module => D_unencum_amt_le_amt_to_encum
638: , p_num1_tbl => p_unencumbered_amount_tbl
639: , p_num2_tbl => p_amount_to_encumber_tbl
640: , p_entity_id_tbl => p_dist_id_tbl

Line 663: PO_VALIDATION_HELPER.greater_or_equal_zero(

659: )
660: IS
661: BEGIN
662:
663: PO_VALIDATION_HELPER.greater_or_equal_zero(
664: p_calling_module => D_amount_to_encumber_ge_zero
665: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
666: , p_value_tbl => p_amount_to_encumber_tbl
667: , p_entity_id_tbl => p_dist_id_tbl

Line 691: PO_VALIDATION_HELPER.not_null(

687: )
688: IS
689: BEGIN
690:
691: PO_VALIDATION_HELPER.not_null(
692: p_calling_module => D_budget_account_id_not_null
693: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_budget_account_id_tbl)
694: , p_entity_id_tbl => p_dist_id_tbl
695: , p_entity_type => c_entity_type_DISTRIBUTION

Line 718: PO_VALIDATION_HELPER.not_null(

714: )
715: IS
716: BEGIN
717:
718: PO_VALIDATION_HELPER.not_null(
719: p_calling_module => D_gl_encumbered_date_not_null
720: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_gl_encumbered_date_tbl)
721: , p_entity_id_tbl => p_dist_id_tbl
722: , p_entity_type => c_entity_type_DISTRIBUTION