DBA Data[Home] [Help]

APPS.GMO_INSTRUCTION_PVT dependencies on GMO_INSTR_ENTITY_PVT

Line 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)

1182: if (L_INSTR_DEFN_REC.TASK_ID is not null) then
1183:
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;

Line 1193: l_new_task_attribute_id := GMO_INSTR_ENTITY_PVT.GET_TARGET_TASK_ATTRIBUTE (

1189:
1190: end if;
1191: l_new_task_attribute_id := '';
1192: if (L_INSTR_DEFN_REC.TASK_ATTRIBUTE_ID is not null) then
1193: l_new_task_attribute_id := GMO_INSTR_ENTITY_PVT.GET_TARGET_TASK_ATTRIBUTE (
1194: P_ENTITY_NAME => P_SOURCE_ENTITY_NAME,
1195: P_SOURCE_ENTITY_KEY => P_SOURCE_ENTITY_KEY,
1196: P_TARGET_ENTITY_KEY => P_TARGET_ENTITY_KEY,
1197: P_TASK_ID => l_entity_task_id,

Line 1730: GMO_INSTR_ENTITY_PVT.UPDATE_TASK_ATTRIBUTE

1726: END;
1727: --Bug 5203096: start
1728: --we may need to update the task attribute if entity key changes
1729: --the below api takes care
1730: GMO_INSTR_ENTITY_PVT.UPDATE_TASK_ATTRIBUTE
1731: (
1732: P_INSTRUCTION_PROCESS_ID => P_INSTRUCTION_PROCESS_ID,
1733: P_INSTRUCTION_SET_ID => L_PERM_INSTRUCTION_SET_ID,
1734: P_ENTITY_NAME => L_ENTITY_NAME,