DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_MST

Line 954: l_alloc_code gl_aloc_mst.alloc_code%TYPE ; -- := FND_API.G_MISS_CHAR ;

950: )
951: IS
952: -- Bug 2659435. Commented all default assignments to increase performance.
953: l_Alloc_id NUMBER ; -- := FND_API.G_MISS_NUM ;
954: l_alloc_code gl_aloc_mst.alloc_code%TYPE ; -- := FND_API.G_MISS_CHAR ;
955: l_legal_entity_id gmf_legal_entities.legal_entity_id%TYPE ; -- := FND_API.G_MISS_CHAR ;
956: l_alloc_method NUMBER ; -- := FND_API.G_MISS_NUM ;
957: l_line_no NUMBER ; -- := FND_API.G_MISS_NUM ;
958: l_Item_Id NUMBER ; -- := FND_API.G_MISS_NUM ;

Line 1050: FROM gl_aloc_mst

1046: END IF;
1047:
1048: SELECT legal_entity_id
1049: INTO l_legal_entity_id
1050: FROM gl_aloc_mst
1051: WHERE alloc_id = l_alloc_id ;
1052:
1053: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
1054: log_msg('legal_entity_id : '|| l_legal_entity_id);