DBA Data[Home] [Help]

APPS.QA_ALERT_PKG dependencies on ALR_ACTIONS_S

Line 7: -- alr_actions_s and returned in x_action_id parameter.

3:
4:
5: --
6: -- Create an Alert Action record. Action ID will be generated from
7: -- alr_actions_s and returned in x_action_id parameter.
8: --
9: -- Output variable: x_return_status will be
10: -- fnd_api.g_ret_sts_success if successful
11: -- fnd_api.g_ret_sts_error if error

Line 89: alr_actions_s.nextval,

85: last_updated_by,
86: last_update_login)
87: VALUES (
88: p_application_id,
89: alr_actions_s.nextval,
90: p_name,
91: p_alert_id,
92: p_action_type,
93: p_end_date_active,