DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_VAL_NOTIFICATION_CONTROLS

Line 4661: PO_VAL_NOTIFICATION_CONTROLS.start_date_le_end_date(

4657: -- Notification Control Validations
4658: ---------------------------------------------------------------
4659:
4660: WHEN c_notif_start_date_le_end_date THEN
4661: PO_VAL_NOTIFICATION_CONTROLS.start_date_le_end_date(
4662: p_notification_id_tbl => p_notification_controls.notification_id
4663: , p_start_date_active_tbl => p_notification_controls.start_date_active
4664: , p_end_date_active_tbl => p_notification_controls.end_date_active
4665: , x_results => x_results

Line 4670: PO_VAL_NOTIFICATION_CONTROLS.percent_le_one_hundred(

4666: , x_result_type => l_result_type
4667: );
4668:
4669: WHEN c_notif_percent_le_one_hundred THEN
4670: PO_VAL_NOTIFICATION_CONTROLS.percent_le_one_hundred(
4671: p_notification_id_tbl => p_notification_controls.notification_id
4672: , p_notif_qty_percentage_tbl => p_notification_controls.notification_qty_percentage
4673: , x_results => x_results
4674: , x_result_type => l_result_type

Line 4678: PO_VAL_NOTIFICATION_CONTROLS.amount_gt_zero(

4674: , x_result_type => l_result_type
4675: );
4676:
4677: WHEN c_notif_amount_gt_zero THEN
4678: PO_VAL_NOTIFICATION_CONTROLS.amount_gt_zero(
4679: p_notification_id_tbl => p_notification_controls.notification_id
4680: , p_notification_amount_tbl => p_notification_controls.notification_amount
4681: , x_results => x_results
4682: , x_result_type => l_result_type

Line 4686: PO_VAL_NOTIFICATION_CONTROLS.amount_not_null(

4682: , x_result_type => l_result_type
4683: );
4684:
4685: WHEN c_notif_amount_not_null THEN
4686: PO_VAL_NOTIFICATION_CONTROLS.amount_not_null(
4687: p_notif_id_tbl => p_notification_controls.notification_id
4688: , p_notif_amount_tbl => p_notification_controls.notification_amount
4689: , p_notif_condition_code_tbl => p_notification_controls.notification_condition_code
4690: , x_results => x_results

Line 4695: PO_VAL_NOTIFICATION_CONTROLS.start_date_active_not_null(

4691: , x_result_type => l_result_type
4692: );
4693:
4694: WHEN c_notif_start_date_not_null THEN
4695: PO_VAL_NOTIFICATION_CONTROLS.start_date_active_not_null(
4696: p_notif_id_tbl => p_notification_controls.notification_id
4697: , p_start_date_active_tbl => p_notification_controls.start_date_active
4698: , p_notif_condition_code_tbl => p_notification_controls.notification_condition_code
4699: , x_results => x_results