DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on STANDARD

Line 520: -- standard_rate_flag

516:
517: end;
518:
519:
520: -- standard_rate_flag
521: IF EAM_PROCESS_WO_PVT.GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Validating schedule_flag . . . '); END IF;
522:
523: begin
524:

Line 527: IF (p_eam_sub_res_rec.standard_rate_flag is not NULL) and (p_eam_sub_res_rec.standard_rate_flag not in (1, 2))

523: begin
524:
525: if (p_eam_sub_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
526:
527: IF (p_eam_sub_res_rec.standard_rate_flag is not NULL) and (p_eam_sub_res_rec.standard_rate_flag not in (1, 2))
528: THEN
529:
530: raise fnd_api.g_exc_unexpected_error;
531:

Line 546: ( p_message_name => 'EAM_SR_STANDARD_RATE_INVALID'

542: l_token_tbl(1).token_value := p_eam_sub_res_rec.resource_seq_num;
543:
544: l_out_mesg_token_tbl := l_mesg_token_tbl;
545: EAM_ERROR_MESSAGE_PVT.Add_Error_Token
546: ( p_message_name => 'EAM_SR_STANDARD_RATE_INVALID'
547: , p_token_tbl => l_token_tbl
548: , p_mesg_token_tbl => l_mesg_token_tbl
549: , x_mesg_token_tbl => l_out_mesg_token_tbl
550: );

Line 1039: IF p_eam_sub_res_rec.standard_rate_flag IS NULL

1035:
1036: END IF;
1037:
1038:
1039: IF p_eam_sub_res_rec.standard_rate_flag IS NULL
1040: THEN
1041: l_token_tbl(1).token_name := 'RESOURCE_SEQ_NUM';
1042: l_token_tbl(1).token_value := p_eam_sub_res_rec.resource_seq_num;
1043: