DBA Data[Home] [Help]

APPS.ENG_NIR_UTIL_PKG dependencies on ENG_CHANGE_ACTIONS_UTIL

Line 240: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

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

Line 721: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

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