DBA Data[Home] [Help]

APPS.CSF_TASK_ADDRESS_PVT dependencies on CSF_LOCATIONS_PKG

Line 578: csf_locations_pkg.insert_row_ext

574: */
575:
576: IF l_task_id IS NULL
577: THEN
578: csf_locations_pkg.insert_row_ext
579: (p_csf_ext_location_id => l_location_id,
580: p_last_update_date => SYSDATE,
581: p_last_updated_by => NVL (fnd_global.user_id,
582: -1

Line 613: csf_locations_pkg.update_row_ext

609: p_log_detail_short => l_error,
610: p_log_detail_long => l_error_detail
611: );
612: ELSE
613: csf_locations_pkg.update_row_ext
614: (p_csf_ext_location_id => p_task_rec.location_id,
615: p_last_update_date => SYSDATE,
616: p_last_updated_by => NVL (fnd_global.user_id,
617: -1

Line 1765: csf_locations_pkg.insert_row_ext

1761: END IF;
1762:
1763: IF l_task_id IS NULL
1764: THEN
1765: csf_locations_pkg.insert_row_ext
1766: (p_csf_ext_location_id => l_location_id,
1767: p_last_update_date => SYSDATE,
1768: p_last_updated_by => NVL (fnd_global.user_id,
1769: -1

Line 1800: csf_locations_pkg.update_row_ext

1796: p_log_detail_short => l_error,
1797: p_log_detail_long => l_error_detail
1798: );
1799: ELSE
1800: csf_locations_pkg.update_row_ext
1801: (p_csf_ext_location_id => p_task_rec.location_id,
1802: p_last_update_date => SYSDATE,
1803: p_last_updated_by => NVL (fnd_global.user_id,
1804: -1

Line 2681: csf_locations_pkg.update_row_hz

2677: THEN
2678: CLOSE c_country_code;
2679: END;
2680:
2681: csf_locations_pkg.update_row_hz
2682: (p_last_update_date => SYSDATE,
2683: p_last_updated_by => NVL (fnd_global.user_id,
2684: -1
2685: ),

Line 2734: csf_locations_pkg.update_row_ext

2730: fnd_message.set_name ('CSF', 'CSF_ADDRESS_OVERRIDDEN_INFO');
2731: l_long_msg := fnd_message.get;
2732: END IF;
2733:
2734: csf_locations_pkg.update_row_ext
2735: (p_csf_ext_location_id => p_location_id,
2736: p_last_update_date => SYSDATE,
2737: p_last_updated_by => NVL (fnd_global.user_id,
2738: -1

Line 2927: csf_locations_pkg.update_row_ext

2923: END;
2924:
2925: IF l_task_id IS NOT NULL
2926: THEN
2927: csf_locations_pkg.update_row_ext
2928: (p_csf_ext_location_id => p_task_rec.location_id,
2929: p_last_update_date => SYSDATE,
2930: p_last_updated_by => NVL (fnd_global.user_id,
2931: -1