DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_EMPLOYEES_CURRENT_VIEW

Line 5442: FROM mtl_employees_current_view

5438: x_errorcode := 25 ;
5439: ELSE
5440: SELECT DISTINCT full_name
5441: INTO L_temp
5442: FROM mtl_employees_current_view
5443: WHERE employee_id = l_emp_id;
5444:
5445: if L_temp is null then
5446: x_errorcode := 26;

Line 5470: , p_error_table_name => 'MTL_EMPLOYEES_CURRENT_VIEW'

5466: -- Write INTO interface error TABLE
5467: MTL_CCEOI_PROCESS_PVT.Insert_CCEOIError(
5468: p_cc_entry_interface_id => MTL_CCEOI_VAR_PVT.G_CC_ENTRY_INTERFACE_ID
5469: , p_error_column_name => 'EMPLOYEE_ID/NAME'
5470: , p_error_table_name => 'MTL_EMPLOYEES_CURRENT_VIEW'
5471: , p_message_name => L_message_name
5472: );
5473: --
5474: RAISE FND_API.G_EXC_ERROR;