DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_VAL_NOTIFICATION_CONTROLS

Line 5701: PO_VAL_NOTIFICATION_CONTROLS.start_date_le_end_date(

5697: -- Notification Control Validations
5698: ---------------------------------------------------------------
5699:
5700: WHEN c_notif_start_date_le_end_date THEN
5701: PO_VAL_NOTIFICATION_CONTROLS.start_date_le_end_date(
5702: p_notification_id_tbl => p_notification_controls.notification_id
5703: , p_start_date_active_tbl => p_notification_controls.start_date_active
5704: , p_end_date_active_tbl => p_notification_controls.end_date_active
5705: , x_results => x_results

Line 5710: PO_VAL_NOTIFICATION_CONTROLS.percent_le_one_hundred(

5706: , x_result_type => l_result_type
5707: );
5708:
5709: WHEN c_notif_percent_le_one_hundred THEN
5710: PO_VAL_NOTIFICATION_CONTROLS.percent_le_one_hundred(
5711: p_notification_id_tbl => p_notification_controls.notification_id
5712: , p_notif_qty_percentage_tbl => p_notification_controls.notification_qty_percentage
5713: , x_results => x_results
5714: , x_result_type => l_result_type

Line 5718: PO_VAL_NOTIFICATION_CONTROLS.amount_gt_zero(

5714: , x_result_type => l_result_type
5715: );
5716:
5717: WHEN c_notif_amount_gt_zero THEN
5718: PO_VAL_NOTIFICATION_CONTROLS.amount_gt_zero(
5719: p_notification_id_tbl => p_notification_controls.notification_id
5720: , p_notification_amount_tbl => p_notification_controls.notification_amount
5721: , x_results => x_results
5722: , x_result_type => l_result_type

Line 5726: PO_VAL_NOTIFICATION_CONTROLS.amount_not_null(

5722: , x_result_type => l_result_type
5723: );
5724:
5725: WHEN c_notif_amount_not_null THEN
5726: PO_VAL_NOTIFICATION_CONTROLS.amount_not_null(
5727: p_notif_id_tbl => p_notification_controls.notification_id
5728: , p_notif_amount_tbl => p_notification_controls.notification_amount
5729: , p_notif_condition_code_tbl => p_notification_controls.notification_condition_code
5730: , x_results => x_results

Line 5735: PO_VAL_NOTIFICATION_CONTROLS.start_date_active_not_null(

5731: , x_result_type => l_result_type
5732: );
5733:
5734: WHEN c_notif_start_date_not_null THEN
5735: PO_VAL_NOTIFICATION_CONTROLS.start_date_active_not_null(
5736: p_notif_id_tbl => p_notification_controls.notification_id
5737: , p_start_date_active_tbl => p_notification_controls.start_date_active
5738: , p_notif_condition_code_tbl => p_notification_controls.notification_condition_code
5739: , x_results => x_results