DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_DEFAULT_PVT dependencies on STANDARD

Line 213: IF p_eam_sub_res_rec.standard_rate_flag IS NULL OR

209: THEN
210: x_eam_sub_res_rec.autocharge_type := p_old_eam_sub_res_rec.autocharge_type;
211: END IF;
212:
213: IF p_eam_sub_res_rec.standard_rate_flag IS NULL OR
214: p_eam_sub_res_rec.standard_rate_flag = FND_API.G_MISS_NUM
215: THEN
216: x_eam_sub_res_rec.standard_rate_flag := p_old_eam_sub_res_rec.standard_rate_flag;
217: END IF;

Line 214: p_eam_sub_res_rec.standard_rate_flag = FND_API.G_MISS_NUM

210: x_eam_sub_res_rec.autocharge_type := p_old_eam_sub_res_rec.autocharge_type;
211: END IF;
212:
213: IF p_eam_sub_res_rec.standard_rate_flag IS NULL OR
214: p_eam_sub_res_rec.standard_rate_flag = FND_API.G_MISS_NUM
215: THEN
216: x_eam_sub_res_rec.standard_rate_flag := p_old_eam_sub_res_rec.standard_rate_flag;
217: END IF;
218:

Line 216: x_eam_sub_res_rec.standard_rate_flag := p_old_eam_sub_res_rec.standard_rate_flag;

212:
213: IF p_eam_sub_res_rec.standard_rate_flag IS NULL OR
214: p_eam_sub_res_rec.standard_rate_flag = FND_API.G_MISS_NUM
215: THEN
216: x_eam_sub_res_rec.standard_rate_flag := p_old_eam_sub_res_rec.standard_rate_flag;
217: END IF;
218:
219: IF p_eam_sub_res_rec.applied_resource_units IS NULL OR
220: p_eam_sub_res_rec.applied_resource_units = FND_API.G_MISS_NUM