DBA Data[Home] [Help]

APPS.CS_SR_CHILD_AUDIT_PKG dependencies on FND_GLOBAL

Line 708: last_updated_by = NVL(p_user_id , FND_GLOBAL.user_id)

704:
705: UPDATE cs_incidents_all_b
706: SET incident_last_modified_date = NVL(p_entity_update_date,sysdate) ,
707: last_update_date = sysdate,
708: last_updated_by = NVL(p_user_id , FND_GLOBAL.user_id)
709: WHERE incident_id = p_incident_id ;
710:
711:
712: -- Added by aneemuch on 11/02/2004,

Line 1261: p_user_id => NVL(p_user_id,FND_GLOBAL.USER_ID),

1257: p_commit => FND_API.G_FALSE ,
1258: p_request_id => p_incident_id ,
1259: p_audit_id => null ,
1260: p_audit_vals_rec => l_audit_vals_rec ,
1261: p_user_id => NVL(p_user_id,FND_GLOBAL.USER_ID),
1262: p_last_update_date => sysdate,
1263: p_creation_date => sysdate,
1264: x_return_status => x_return_status ,
1265: x_msg_count => x_msg_count ,