DBA Data[Home] [Help]

APPS.CSD_SC_WORK_ENTITIES_PVT dependencies on FND_GLOBAL

Line 304: p_created_by => FND_GLOBAL.USER_ID,

300: (px_sc_work_entity_id => x_sc_work_entity_id,
301: p_object_version_number => l_obj_ver_num,
302: p_service_code_id => p_sc_work_entity_rec.service_code_id,
303: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
304: p_created_by => FND_GLOBAL.USER_ID,
305: p_creation_date => SYSDATE,
306: p_last_updated_by => FND_GLOBAL.USER_ID,
307: p_last_update_date => SYSDATE,
308: p_last_update_login => FND_GLOBAL.LOGIN_ID,

Line 306: p_last_updated_by => FND_GLOBAL.USER_ID,

302: p_service_code_id => p_sc_work_entity_rec.service_code_id,
303: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
304: p_created_by => FND_GLOBAL.USER_ID,
305: p_creation_date => SYSDATE,
306: p_last_updated_by => FND_GLOBAL.USER_ID,
307: p_last_update_date => SYSDATE,
308: p_last_update_login => FND_GLOBAL.LOGIN_ID,
309: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
310: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,

Line 308: p_last_update_login => FND_GLOBAL.LOGIN_ID,

304: p_created_by => FND_GLOBAL.USER_ID,
305: p_creation_date => SYSDATE,
306: p_last_updated_by => FND_GLOBAL.USER_ID,
307: p_last_update_date => SYSDATE,
308: p_last_update_login => FND_GLOBAL.LOGIN_ID,
309: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
310: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,
311: p_work_entity_id3 => p_sc_work_entity_rec.work_entity_id3,
312: p_attribute_category => p_sc_work_entity_rec.attribute_category,

Line 955: p_created_by => FND_GLOBAL.USER_ID,

951: (p_sc_work_entity_id => p_sc_work_entity_rec.sc_work_entity_id,
952: p_object_version_number => l_obj_ver_num + 1,
953: p_service_code_id => p_sc_work_entity_rec.service_code_id,
954: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
955: p_created_by => FND_GLOBAL.USER_ID,
956: p_creation_date => SYSDATE,
957: p_last_updated_by => FND_GLOBAL.USER_ID,
958: p_last_update_date => SYSDATE,
959: p_last_update_login => FND_GLOBAL.LOGIN_ID,

Line 957: p_last_updated_by => FND_GLOBAL.USER_ID,

953: p_service_code_id => p_sc_work_entity_rec.service_code_id,
954: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
955: p_created_by => FND_GLOBAL.USER_ID,
956: p_creation_date => SYSDATE,
957: p_last_updated_by => FND_GLOBAL.USER_ID,
958: p_last_update_date => SYSDATE,
959: p_last_update_login => FND_GLOBAL.LOGIN_ID,
960: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
961: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,

Line 959: p_last_update_login => FND_GLOBAL.LOGIN_ID,

955: p_created_by => FND_GLOBAL.USER_ID,
956: p_creation_date => SYSDATE,
957: p_last_updated_by => FND_GLOBAL.USER_ID,
958: p_last_update_date => SYSDATE,
959: p_last_update_login => FND_GLOBAL.LOGIN_ID,
960: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
961: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,
962: p_work_entity_id3 => p_sc_work_entity_rec.work_entity_id3,
963: p_attribute_category => p_sc_work_entity_rec.attribute_category,

Line 1637: p_created_by => FND_GLOBAL.USER_ID,

1633: --commented out the rest of the record
1634: /*,
1635: p_service_code_id => p_sc_work_entity_rec.service_code_id,
1636: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
1637: p_created_by => FND_GLOBAL.USER_ID,
1638: p_creation_date => SYSDATE,
1639: p_last_updated_by => FND_GLOBAL.USER_ID,
1640: p_last_update_date => SYSDATE,
1641: p_last_update_login => FND_GLOBAL.LOGIN_ID,

Line 1639: p_last_updated_by => FND_GLOBAL.USER_ID,

1635: p_service_code_id => p_sc_work_entity_rec.service_code_id,
1636: p_work_entity_id1 => p_sc_work_entity_rec.work_entity_id1,
1637: p_created_by => FND_GLOBAL.USER_ID,
1638: p_creation_date => SYSDATE,
1639: p_last_updated_by => FND_GLOBAL.USER_ID,
1640: p_last_update_date => SYSDATE,
1641: p_last_update_login => FND_GLOBAL.LOGIN_ID,
1642: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
1643: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,

Line 1641: p_last_update_login => FND_GLOBAL.LOGIN_ID,

1637: p_created_by => FND_GLOBAL.USER_ID,
1638: p_creation_date => SYSDATE,
1639: p_last_updated_by => FND_GLOBAL.USER_ID,
1640: p_last_update_date => SYSDATE,
1641: p_last_update_login => FND_GLOBAL.LOGIN_ID,
1642: p_work_entity_type_code => p_sc_work_entity_rec.work_entity_type_code,
1643: p_work_entity_id2 => p_sc_work_entity_rec.work_entity_id2,
1644: p_work_entity_id3 => p_sc_work_entity_rec.work_entity_id3,
1645: p_attribute_category => p_sc_work_entity_rec.attribute_category,