DBA Data[Home] [Help]

APPS.CSF_GANTT_DATA_PKG dependencies on CSF_GPS_PUB

Line 975: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);

971:
972: /*test('P_RESOURCE_ID :'||p_resource_id);
973:
974: test('P_RESOURCE_TYPE :'||p_resource_type );
975: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);
976: test('P_DATE :'||to_char(p_start_date,'dd-mon-rrrr hh24:mi:ss') );
977: IF l_debug THEN
978: debug(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED , 'get_tooltip_data_gantt', fnd_log.level_statement);
979: END IF;

Line 978: debug(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED , 'get_tooltip_data_gantt', fnd_log.level_statement);

974: test('P_RESOURCE_TYPE :'||p_resource_type );
975: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);
976: test('P_DATE :'||to_char(p_start_date,'dd-mon-rrrr hh24:mi:ss') );
977: IF l_debug THEN
978: debug(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED , 'get_tooltip_data_gantt', fnd_log.level_statement);
979: END IF;
980:
981: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
982: THEN

Line 981: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

977: IF l_debug THEN
978: debug(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED , 'get_tooltip_data_gantt', fnd_log.level_statement);
979: END IF;
980:
981: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
982: THEN
983:
984: csf_resource_pub.get_location(
985: x_return_status => l_return_status

Line 1064: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

1060: || '>'
1061: || l_task_rec.task_status
1062: || '';
1063: /*
1064: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
1065: THEN
1066: l_str :=l_str|| ''
1067: ||'

Line 1941: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);

1937:
1938: /*test('P_RESOURCE_ID :'||p_resource_id);
1939:
1940: test('P_RESOURCE_TYPE :'||p_resource_type );
1941: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);
1942: test('P_DATE :'||to_char(p_start_date,'dd-mon-rrrr hh24:mi:ss') );
1943: */
1944:
1945: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

Line 1945: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

1941: test(' Gps Code : '||CSF_GPS_PUB.IS_GPS_ENABLED);
1942: test('P_DATE :'||to_char(p_start_date,'dd-mon-rrrr hh24:mi:ss') );
1943: */
1944:
1945: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
1946: THEN
1947:
1948: csf_resource_pub.get_location(
1949: x_return_status => l_return_status

Line 2057: elsif l_field = 'TECHNICIAN_STATUS' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2053: || 0
2054: || '>'
2055: || l_task_rec.task_status
2056: || '';
2057: elsif l_field = 'TECHNICIAN_STATUS' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2058: then
2059: l_str :=l_str
2060: ||'

Line 2068: elsif l_field = 'LATITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2064: || 0
2065: || '>'
2066: || l_status_code_meaning
2067: || '';
2068: elsif l_field = 'LATITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2069: then
2070: l_str :=l_str
2071: ||'

Line 2079: elsif l_field = 'LOGITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2075: || 0
2076: || '>'
2077: || l_latitude
2078: || '';
2079: elsif l_field = 'LOGITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2080: then
2081: l_str :=l_str
2082: ||'

Line 2090: elsif l_field = 'RESOURCE_GPS_ADD' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2086: || 0
2087: || '>'
2088: || l_longitude
2089: || '';
2090: elsif l_field = 'RESOURCE_GPS_ADD' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2091: then
2092: l_str :=l_str
2093: || '

Line 2101: elsif l_field = 'GPS_DEVICE_TAG' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2097: || 0
2098: || '>'
2099: || l_address
2100: || '';
2101: elsif l_field = 'GPS_DEVICE_TAG' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2102: then
2103: l_str :=l_str
2104: ||'

Line 2743: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2739: --l_rec.travel_time := NVL(l_task_rec.sched_travel_duration, 0) || ' ' || l_uom;
2740: l_rec.travel_time := nvl(p_duration,0) || ' ' || l_uom;
2741: END IF;
2742: /*
2743: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2744: THEN
2745:
2746: csf_resource_pub.get_location(
2747: x_return_status => l_return_status

Line 2805: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

2801: || '>'
2802: || l_task_rec.task_status
2803: || '';
2804: /*
2805: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
2806: THEN
2807: l_str :=l_str|| ''
2808: ||'

Line 3477: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3473: --l_rec.travel_time := NVL(l_task_rec.sched_travel_duration, 0) || ' ' || l_uom;
3474: l_rec.travel_time := nvl(p_duration,0) || ' ' || l_uom;
3475: END IF;
3476:
3477: If CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3478: THEN
3479:
3480: csf_resource_pub.get_location(
3481: x_return_status => l_return_status

Line 3572: elsif l_field = 'TECHNICIAN_STATUS' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3568: || 0
3569: || '>'
3570: || l_task_rec.task_status
3571: || '';
3572: elsif l_field = 'TECHNICIAN_STATUS' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3573: then
3574: l_str :=l_str
3575: ||'

Line 3583: elsif l_field = 'LATITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3579: || 0
3580: || '>'
3581: || l_status_code_meaning
3582: || '';
3583: elsif l_field = 'LATITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3584: then
3585: l_str :=l_str
3586: ||'

Line 3594: elsif l_field = 'LOGITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3590: || 0
3591: || '>'
3592: || l_latitude
3593: || '';
3594: elsif l_field = 'LOGITUDE' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3595: then
3596: l_str :=l_str
3597: ||'

Line 3605: elsif l_field = 'RESOURCE_GPS_ADD' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3601: || 0
3602: || '>'
3603: || l_longitude
3604: || '';
3605: elsif l_field = 'RESOURCE_GPS_ADD' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3606: then
3607: l_str :=l_str
3608: || '

Line 3616: elsif l_field = 'GPS_DEVICE_TAG' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'

3612: || 0
3613: || '>'
3614: || l_address
3615: || '';
3616: elsif l_field = 'GPS_DEVICE_TAG' AND CSF_GPS_PUB.IS_GPS_ENABLED='Y'
3617: then
3618: l_str :=l_str
3619: ||'