DBA Data[Home] [Help]

APPS.FF_DATABASE_ITEMS_PKG dependencies on FND_GLOBAL

Line 815: ,x_last_updated_by => fnd_global.user_id

811: ,x_user_entity_id => x_user_entity_id
812: ,x_language => x_language
813: ,x_translated_user_name => x_translated_user_name
814: ,x_description => x_description
815: ,x_last_updated_by => fnd_global.user_id
816: ,x_last_update_date => sysdate
817: ,x_last_update_login => fnd_global.login_id
818: );
819: end update_tl_rows;

Line 817: ,x_last_update_login => fnd_global.login_id

813: ,x_translated_user_name => x_translated_user_name
814: ,x_description => x_description
815: ,x_last_updated_by => fnd_global.user_id
816: ,x_last_update_date => sysdate
817: ,x_last_update_login => fnd_global.login_id
818: );
819: end update_tl_rows;
820:
821: procedure update_tl_row