DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PVT dependencies on AHL_UNIT_CONFIG_HEADERS_V

Line 37: FROM ahl_unit_config_headers_v

33: attribute12,
34: attribute13,
35: attribute14,
36: attribute15
37: FROM ahl_unit_config_headers_v
38: WHERE uc_header_id = c_uc_header_id;
39:
40: -- Procedure to clear the LOV attributes' ID to NULL or G_MISS Values if its
41: -- corresponding displayed field is NULL or G_MISS values

Line 1275: --Get p_uc_header_id its own attribute from ahl_unit_config_headers_v

1271: FND_MSG_PUB.add;
1272: RAISE FND_API.G_EXC_ERROR;
1273: END IF;
1274:
1275: --Get p_uc_header_id its own attribute from ahl_unit_config_headers_v
1276: OPEN get_uc_header(p_uc_header_id);
1277: FETCH get_uc_header INTO l_uc_header_rec;
1278: IF get_uc_header%NOTFOUND THEN
1279: CLOSE get_uc_header;