DBA Data[Home] [Help]

APPS.EAM_RES_VALIDATE_PVT dependencies on STANDARD

Line 591: -- standard_rate_flag

587:
588: end;
589:
590:
591: -- standard_rate_flag
592: IF EAM_PROCESS_WO_PVT.GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Validating schedule_flag . . . '); END IF;
593:
594: begin
595:

Line 598: IF (p_eam_res_rec.standard_rate_flag is not NULL) and (p_eam_res_rec.standard_rate_flag not in (1, 2))

594: begin
595:
596: if (p_eam_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
597:
598: IF (p_eam_res_rec.standard_rate_flag is not NULL) and (p_eam_res_rec.standard_rate_flag not in (1, 2))
599: THEN
600:
601: raise fnd_api.g_exc_unexpected_error;
602:

Line 617: ( p_message_name => 'EAM_RES_STANDARD_RATE_INVALID'

613: l_token_tbl(1).token_value := p_eam_res_rec.resource_seq_num;
614:
615: l_out_mesg_token_tbl := l_mesg_token_tbl;
616: EAM_ERROR_MESSAGE_PVT.Add_Error_Token
617: ( p_message_name => 'EAM_RES_STANDARD_RATE_INVALID'
618: , p_token_tbl => l_token_tbl
619: , p_mesg_token_tbl => l_mesg_token_tbl
620: , x_mesg_token_tbl => l_out_mesg_token_tbl
621: );

Line 1229: IF p_eam_res_rec.standard_rate_flag IS NULL

1225:
1226: END IF;
1227:
1228:
1229: IF p_eam_res_rec.standard_rate_flag IS NULL
1230: THEN
1231: l_token_tbl(1).token_name := 'RESOURCE_SEQ_NUM';
1232: l_token_tbl(1).token_value := p_eam_res_rec.resource_seq_num;
1233: