DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on STANDARD

Line 328: --l_wip_job_op_rec.standard_operation_id := l_ahl_wo_op_rec.standard_operation_id;

324: l_wip_job_op_rec.first_unit_start_date := p_ahl_wo_op_rec.scheduled_start;
325: l_wip_job_op_rec.first_unit_completion_date := p_ahl_wo_op_rec.scheduled_end;
326: l_wip_job_op_rec.last_unit_start_date := p_ahl_wo_op_rec.scheduled_start;
327: l_wip_job_op_rec.last_unit_completion_date := p_ahl_wo_op_rec.scheduled_end;
328: --l_wip_job_op_rec.standard_operation_id := l_ahl_wo_op_rec.standard_operation_id;
329: l_wip_job_op_rec.description := p_ahl_wo_op_rec.description;
330: IF (p_ahl_wo_op_rec.dml_type = 'I' AND p_ahl_wo_op_rec.minimum_transfer_quantity IS NULL) THEN
331: l_wip_job_op_rec.minimum_transfer_quantity := 1; --default to 1 during creation
332: ELSE

Line 487: l_wip_job_res_rec.standard_rate_flag := p_ahl_wo_res_rec.standard_rate_flag;

483: l_wip_job_res_rec.assigned_units := p_ahl_wo_res_rec.assigned_units;
484: l_wip_job_res_rec.scheduled_flag := p_ahl_wo_res_rec.scheduled_flag;
485: l_wip_job_res_rec.activity_id := p_ahl_wo_res_rec.activity_id;
486: l_wip_job_res_rec.autocharge_type := p_ahl_wo_res_rec.autocharge_type;
487: l_wip_job_res_rec.standard_rate_flag := p_ahl_wo_res_rec.standard_rate_flag;
488: l_wip_job_res_rec.applied_resource_units := p_ahl_wo_res_rec.applied_resource_units;
489: l_wip_job_res_rec.applied_resource_value := p_ahl_wo_res_rec.applied_resource_value;
490: l_wip_job_res_rec.start_date := p_ahl_wo_res_rec.start_date;
491: l_wip_job_res_rec.completion_date := p_ahl_wo_res_rec.end_date;

Line 526: standard_rate_flag,

522: assigned_units,
523: scheduled_flag,
524: activity_id,
525: autocharge_type,
526: standard_rate_flag,
527: applied_resource_units,
528: applied_resource_value,
529: description,
530: start_date,

Line 563: l_wip_job_res_rec.standard_rate_flag,

559: l_wip_job_res_rec.assigned_units,
560: l_wip_job_res_rec.scheduled_flag,
561: l_wip_job_res_rec.activity_id,
562: l_wip_job_res_rec.autocharge_type,
563: l_wip_job_res_rec.standard_rate_flag,
564: l_wip_job_res_rec.applied_resource_units,
565: l_wip_job_res_rec.applied_resource_value,
566: l_wip_job_res_rec.description,
567: l_wip_job_res_rec.start_date,

Line 767: -- check whether Standard Concurrent Manager is up, this is not optional.

763: targetp => l_targetp1,
764: activep => l_activep1,
765: pmon_method => l_pmon_method,
766: callstat => l_callstat);
767: -- check whether Standard Concurrent Manager is up, this is not optional.
768: fnd_concurrent.get_manager_status(applid => 0,
769: managerid => 0,
770: targetp => l_targetp,
771: activep => l_activep,

Line 1068: --chr(10)='\n', chr(13)='\r', chr() function will fail in GSCC standards

1064: l_error_msg := '';
1065: FOR i IN l_interface_ids.FIRST..l_interface_ids.LAST LOOP
1066: FOR l_get_error_msg IN get_error_msg(l_interface_ids(i)) LOOP
1067: --l_error_msg := l_error_msg || replace(l_get_error_msg.error,chr(10)||chr(10),chr(10));
1068: --chr(10)='\n', chr(13)='\r', chr() function will fail in GSCC standards
1069: l_error_msg := l_error_msg || l_get_error_msg.error;
1070: END LOOP;
1071: END LOOP;
1072:

Line 1824: --chr(10)='\n', chr(13)='\r', chr() function won't pass GSCC standard

1820: l_error_msg := '';
1821: FOR j IN l_interface_ids.FIRST..l_interface_ids.LAST LOOP
1822: FOR l_get_error_msg IN get_error_msg(l_interface_ids(j)) LOOP
1823: --l_error_msg := l_error_msg || replace(l_get_error_msg.error,chr(10)||chr(10),chr(10));
1824: --chr(10)='\n', chr(13)='\r', chr() function won't pass GSCC standard
1825: l_error_msg := l_error_msg || l_get_error_msg.error;
1826: END LOOP;
1827: END LOOP;
1828: x_ahl_wip_job_tbl(i+1).wip_entity_id := NULL;