DBA Data[Home] [Help]

APPS.AHL_DI_PRO_TYPE_ASO_PVT dependencies on FND_GLOBAL

Line 570: fnd_global.user_id,

566: l_doc_type_assoc_info.attribute13,
567: l_doc_type_assoc_info.attribute14,
568: l_doc_type_assoc_info.attribute15,
569: sysdate,
570: fnd_global.user_id,
571: sysdate,
572: fnd_global.user_id,
573: fnd_global.login_id
574: );

Line 572: fnd_global.user_id,

568: l_doc_type_assoc_info.attribute15,
569: sysdate,
570: fnd_global.user_id,
571: sysdate,
572: fnd_global.user_id,
573: fnd_global.login_id
574: );
575: p_x_doc_type_assoc_tbl(i).document_sub_type_id := l_document_sub_type_id;
576: --Standard check for messages

Line 573: fnd_global.login_id

569: sysdate,
570: fnd_global.user_id,
571: sysdate,
572: fnd_global.user_id,
573: fnd_global.login_id
574: );
575: p_x_doc_type_assoc_tbl(i).document_sub_type_id := l_document_sub_type_id;
576: --Standard check for messages
577: l_msg_count := FND_MSG_PUB.count_msg;

Line 893: last_updated_by = fnd_global.user_id,

889: attribute13 = l_doc_type_assoc_info.attribute13,
890: attribute14 = l_doc_type_assoc_info.attribute14,
891: attribute15 = l_doc_type_assoc_info.attribute15,
892: last_update_date = sysdate,
893: last_updated_by = fnd_global.user_id,
894: last_update_login = fnd_global.login_id
895: WHERE document_sub_type_id = p_x_doc_type_assoc_tbl(i).document_sub_type_id;
896: Exception
897: WHEN DUP_VAL_ON_INDEX THEN

Line 894: last_update_login = fnd_global.login_id

890: attribute14 = l_doc_type_assoc_info.attribute14,
891: attribute15 = l_doc_type_assoc_info.attribute15,
892: last_update_date = sysdate,
893: last_updated_by = fnd_global.user_id,
894: last_update_login = fnd_global.login_id
895: WHERE document_sub_type_id = p_x_doc_type_assoc_tbl(i).document_sub_type_id;
896: Exception
897: WHEN DUP_VAL_ON_INDEX THEN
898: OPEN get_doc_sub_type_code(l_doc_type_assoc_info.doc_sub_type_code);