DBA Data[Home] [Help]

APPS.QA_CHAR_UPDATE_PKG dependencies on QA_SS_CONST

Line 93: p_char_id => QA_SS_CONST.send_notification_to,

89: p_api_version => 1.0,
90: p_init_msg_list => FND_API.G_TRUE,
91: p_commit => FND_API.G_TRUE,
92: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
93: p_char_id => QA_SS_CONST.send_notification_to,
94: p_old_value => l_old_user_name,
95: p_new_value => l_new_user_name,
96: x_return_status => l_return_status,
97: x_msg_count => l_msg_count,