DBA Data[Home] [Help]

APPS.OKE_K_USER_ATTRIBUTES_PUB dependencies on FND_GLOBAL

Line 1037: x_k_user_attributes_rec.created_by := fnd_global.user_id;

1033: validate_flex_context (p_k_user_attributes_rec);
1034: populate_out_rec (p_k_user_attributes_rec, x_k_user_attributes_rec);
1035: -- Build the out record.
1036: x_k_user_attributes_rec.creation_date := SYSDATE;
1037: x_k_user_attributes_rec.created_by := fnd_global.user_id;
1038: x_k_user_attributes_rec.last_update_date := SYSDATE;
1039: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;
1040: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;
1041: x_k_user_attributes_rec.record_version_number := 1;

Line 1039: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;

1035: -- Build the out record.
1036: x_k_user_attributes_rec.creation_date := SYSDATE;
1037: x_k_user_attributes_rec.created_by := fnd_global.user_id;
1038: x_k_user_attributes_rec.last_update_date := SYSDATE;
1039: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;
1040: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;
1041: x_k_user_attributes_rec.record_version_number := 1;
1042: x_k_user_attributes_rec.k_header_id := l_k_header_id;
1043:

Line 1040: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;

1036: x_k_user_attributes_rec.creation_date := SYSDATE;
1037: x_k_user_attributes_rec.created_by := fnd_global.user_id;
1038: x_k_user_attributes_rec.last_update_date := SYSDATE;
1039: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;
1040: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;
1041: x_k_user_attributes_rec.record_version_number := 1;
1042: x_k_user_attributes_rec.k_header_id := l_k_header_id;
1043:
1044: IF p_k_user_attributes_rec.k_line_id = oke_api.g_miss_num

Line 1622: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;

1618: validate_flex_context (x_k_user_attributes_rec);
1619: x_k_user_attributes_rec.k_user_attribute_id :=
1620: p_k_user_attributes_rec.k_user_attribute_id;
1621: x_k_user_attributes_rec.last_update_date := SYSDATE;
1622: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;
1623: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;
1624:
1625: -- Do update.
1626: UPDATE oke_k_user_attributes

Line 1623: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;

1619: x_k_user_attributes_rec.k_user_attribute_id :=
1620: p_k_user_attributes_rec.k_user_attribute_id;
1621: x_k_user_attributes_rec.last_update_date := SYSDATE;
1622: x_k_user_attributes_rec.last_updated_by := fnd_global.user_id;
1623: x_k_user_attributes_rec.last_update_login := fnd_global.login_id;
1624:
1625: -- Do update.
1626: UPDATE oke_k_user_attributes
1627: SET last_update_date = x_k_user_attributes_rec.last_update_date,