DBA Data[Home] [Help]

APPS.GMO_INSTRUCTION_PVT dependencies on GMO_INSTR_TASK_DEFN_B

Line 1188: and task_name = (select task_name from gmo_instr_task_defn_b where task_id = L_INSTR_DEFN_REC.TASK_ID);

1184: select task_id into l_entity_task_id from gmo_instr_task_defn_vl
1185: where entity_name = P_TARGET_ENTITY_NAME
1186: and GMO_INSTR_ENTITY_PVT.GET_ENTITYKEY_SEPARATOR_COUNT(entity_key_pattern) = GMO_INSTR_ENTITY_PVT.GET_ENTITYKEY_SEPARATOR_COUNT(P_TARGET_ENTITY_KEY)
1187: and instruction_type = P_INSTRUCTION_TYPE
1188: and task_name = (select task_name from gmo_instr_task_defn_b where task_id = L_INSTR_DEFN_REC.TASK_ID);
1189:
1190: end if;
1191: l_new_task_attribute_id := '';
1192: if (L_INSTR_DEFN_REC.TASK_ATTRIBUTE_ID is not null) then