DBA Data[Home] [Help]

APPS.CN_SRP_PLAN_ASSIGNS_PVT dependencies on FND_GLOBAL

Line 345: ,x_created_by => FND_GLOBAL.USER_ID

341: ,x_role_id => l_spa_row.role_id
342: ,x_comp_plan_id => l_spa_row.comp_plan_id
343: ,x_start_date => l_spa_row.start_date
344: ,x_end_date => l_spa_row.end_date
345: ,x_created_by => FND_GLOBAL.USER_ID
346: ,x_creation_date => sysdate
347: ,x_last_update_date => sysdate
348: ,x_last_updated_by => FND_GLOBAL.USER_ID
349: ,x_last_update_login => FND_GLOBAL.LOGIN_ID

Line 348: ,x_last_updated_by => FND_GLOBAL.USER_ID

344: ,x_end_date => l_spa_row.end_date
345: ,x_created_by => FND_GLOBAL.USER_ID
346: ,x_creation_date => sysdate
347: ,x_last_update_date => sysdate
348: ,x_last_updated_by => FND_GLOBAL.USER_ID
349: ,x_last_update_login => FND_GLOBAL.LOGIN_ID
350: ,x_attribute_category => p_attribute_rec.attribute_category
351: ,x_attribute1 => p_attribute_rec.attribute1
352: ,x_attribute2 => p_attribute_rec.attribute2

Line 349: ,x_last_update_login => FND_GLOBAL.LOGIN_ID

345: ,x_created_by => FND_GLOBAL.USER_ID
346: ,x_creation_date => sysdate
347: ,x_last_update_date => sysdate
348: ,x_last_updated_by => FND_GLOBAL.USER_ID
349: ,x_last_update_login => FND_GLOBAL.LOGIN_ID
350: ,x_attribute_category => p_attribute_rec.attribute_category
351: ,x_attribute1 => p_attribute_rec.attribute1
352: ,x_attribute2 => p_attribute_rec.attribute2
353: ,x_attribute3 => p_attribute_rec.attribute3

Line 604: ,x_last_updated_by => fnd_global.user_id

600: ,x_comp_plan_id => l_spa_row.comp_plan_id
601: ,x_start_date => l_spa_row.start_date
602: ,x_end_date => l_spa_row.end_date
603: ,x_last_update_date => sysdate
604: ,x_last_updated_by => fnd_global.user_id
605: ,x_last_update_login => fnd_global.login_id
606: ,x_attribute_category => p_attribute_rec.attribute_category
607: ,x_attribute1 => p_attribute_rec.attribute1
608: ,x_attribute2 => p_attribute_rec.attribute2

Line 605: ,x_last_update_login => fnd_global.login_id

601: ,x_start_date => l_spa_row.start_date
602: ,x_end_date => l_spa_row.end_date
603: ,x_last_update_date => sysdate
604: ,x_last_updated_by => fnd_global.user_id
605: ,x_last_update_login => fnd_global.login_id
606: ,x_attribute_category => p_attribute_rec.attribute_category
607: ,x_attribute1 => p_attribute_rec.attribute1
608: ,x_attribute2 => p_attribute_rec.attribute2
609: ,x_attribute3 => p_attribute_rec.attribute3