DBA Data[Home] [Help]

APPS.PA_PJI_PROJ_CLASS_T2 dependencies on PA_PJI_PROJ_EVENTS_LOG_PKG

Line 42: PA_PJI_PROJ_EVENTS_LOG_PKG.Insert_Row(

38: fetch c_check_proj_template into l_template_flag;
39: close c_check_proj_template;
40:
41: if (l_include_in_pji_flag1 = 'Y' or l_include_in_pji_flag2 = 'Y') and l_template_flag <> 'Y' then --Bug 6603019
42: PA_PJI_PROJ_EVENTS_LOG_PKG.Insert_Row(
43: X_ROW_ID => l_row_id,
44: X_EVENT_ID => l_event_id,
45: X_EVENT_TYPE => 'Classifications',
46: X_EVENT_OBJECT => :OLD.project_id,