DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on WIP_EAM_RESOURCE_TRANSACTION

Line 500: g_msg := 'Start of Resource Validation in WIP_EAM_RESOURCE_TRANSACTION.resource_validate';

496: g_msg := 'Charge Department is : ' || l_charge_department_code;
497: fnd_file.put_line(FND_FILE.LOG, g_msg);
498: -- dbms_output.put_line(g_msg);
499:
500: g_msg := 'Start of Resource Validation in WIP_EAM_RESOURCE_TRANSACTION.resource_validate';
501: fnd_file.put_line(FND_FILE.LOG, g_msg);
502: -- dbms_output.put_line(g_msg);
503:
504: if (l_workorder is not null) then

Line 508: WIP_EAM_RESOURCE_TRANSACTION.resource_validate (

504: if (l_workorder is not null) then
505:
506:
507:
508: WIP_EAM_RESOURCE_TRANSACTION.resource_validate (
509: p_api_version => 1.0
510: ,p_init_msg_list => fnd_api.g_false
511: ,p_commit => fnd_api.g_false
512: ,p_validation_level => fnd_api.g_valid_level_full

Line 611: WIP_EAM_RESOURCE_TRANSACTION.insert_into_wcti(

607: if ((l_rs_st = 0) and (l_st = 0) and (l_u_st = 0) and (l_em_st = 0)and (l_eq_st = 0)) then
608: if ((l_re_st = 0) and (l_d_st = 0) and (l_m_st = 0) and (l_p_st = 0) and (l_rt_st = 'S') and (l_wo_st =0)) then
609:
610: -- dbms_output.put_line ('Inside the loop');
611: WIP_EAM_RESOURCE_TRANSACTION.insert_into_wcti(
612: p_api_version => 1.0
613: ,p_init_msg_list => fnd_api.g_false
614: ,p_commit => fnd_api.g_false
615: ,p_validation_level => fnd_api.g_valid_level_full