DBA Data[Home] [Help]

APPS.ENG_NIR_UTIL_PKG dependencies on ENG_CHANGE_ACTIONS_UTIL

Line 236: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

232:
233: x_nir_cancel_status := 'TRUE';
234:
235: -- Create action log entries for the Cancel action.
236: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
237: (
238: p_api_version => 1.0,
239: p_init_msg_list => FND_API.G_TRUE,
240: p_commit => FND_API.G_FALSE,

Line 717: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

713: -- Set change line status to Cancelled
714: UPDATE ENG_CHANGE_LINES SET status_code = 5 -- Cancelled
715: WHERE change_id = p_change_id AND change_line_id = l_change_line_id;
716: -- Update the Action Log of the NIR.
717: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
718: (
719: p_api_version => 1.0,
720: p_init_msg_list => FND_API.G_TRUE,
721: p_commit => FND_API.G_FALSE,