DBA Data[Home] [Help]

APPS.AHL_UC_TREE_PVT dependencies on AHL_MC_HEADERS_B

Line 1087: l_mc_name ahl_mc_headers_b.name%TYPE;

1083: l_msg_count NUMBER;
1084: l_msg_data VARCHAR2(2000);
1085: l_relationship_id NUMBER;
1086: l_mc_header_id NUMBER;
1087: l_mc_name ahl_mc_headers_b.name%TYPE;
1088: l_mc_revision ahl_mc_headers_b.revision%TYPE;
1089: l_mc_status_code FND_LOOKUP_VALUES.lookup_code%TYPE;
1090: l_root_instance_id NUMBER;
1091: l_root_relationship_id NUMBER;

Line 1088: l_mc_revision ahl_mc_headers_b.revision%TYPE;

1084: l_msg_data VARCHAR2(2000);
1085: l_relationship_id NUMBER;
1086: l_mc_header_id NUMBER;
1087: l_mc_name ahl_mc_headers_b.name%TYPE;
1088: l_mc_revision ahl_mc_headers_b.revision%TYPE;
1089: l_mc_status_code FND_LOOKUP_VALUES.lookup_code%TYPE;
1090: l_root_instance_id NUMBER;
1091: l_root_relationship_id NUMBER;
1092: l_mc_top_rel_id NUMBER;

Line 1157: FROM ahl_mc_headers_b H,

1153: H.config_status_code,
1154: R.relationship_id,
1155: H.name,
1156: H.revision
1157: FROM ahl_mc_headers_b H,
1158: ahl_mc_relationships R
1159: WHERE H.mc_header_id = p_mc_header_id
1160: AND R.mc_header_id = H.mc_header_id
1161: AND R.parent_relationship_id IS NULL