DBA Data[Home] [Help]

APPS.CSC_PLAN_HEADERS_B_PKG dependencies on FND_LOAD_UTIL

Line 491: last_updated_by = fnd_load_util.owner_id(p_owner), /* R12 ATG Project: Removed the decode logic and using FND API*/

487: UPDATE csc_plan_headers_tl
488: SET name = p_name,
489: description = NVL(p_description,description),
490: last_update_date = sysdate,
491: last_updated_by = fnd_load_util.owner_id(p_owner), /* R12 ATG Project: Removed the decode logic and using FND API*/
492: last_update_login = 0,
493: source_lang = userenv('LANG')
494: WHERE plan_id = p_plan_id
495: AND userenv('LANG') IN (language, source_lang) ;