DBA Data[Home] [Help]

APPS.PO_VAL_NOTIFICATION_CONTROLS dependencies on PO_VALIDATION_HELPER

Line 57: PO_VALIDATION_HELPER.start_date_le_end_date(

53: )
54: IS
55: BEGIN
56:
57: PO_VALIDATION_HELPER.start_date_le_end_date(
58: p_calling_module => D_start_date_le_end_date
59: , p_start_date_tbl => p_start_date_active_tbl
60: , p_end_date_tbl => p_end_date_active_tbl
61: , p_entity_id_tbl => p_notification_id_tbl

Line 86: -- TODO: change to PO_VALIDATION_HELPER.within_percentage_range

82: d_mod CONSTANT VARCHAR2(100) := D_percent_le_one_hundred;
83: l_results_count NUMBER;
84: BEGIN
85:
86: -- TODO: change to PO_VALIDATION_HELPER.within_percentage_range
87:
88: IF PO_LOG.d_proc THEN
89: PO_LOG.proc_begin(d_mod,'p_notification_id_tbl',p_notification_id_tbl);
90: PO_LOG.proc_begin(d_mod,'p_notif_qty_percentage_tbl',p_notif_qty_percentage_tbl);

Line 144: PO_VALIDATION_HELPER.greater_than_zero(

140: )
141: IS
142: BEGIN
143:
144: PO_VALIDATION_HELPER.greater_than_zero(
145: p_calling_module => D_amount_gt_zero
146: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
147: , p_value_tbl => p_notification_amount_tbl
148: , p_entity_id_tbl => p_notification_id_tbl