DBA Data[Home] [Help]

APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on WIP_CONSTANTS

Line 1151: and wdj.status_type = WIP_CONSTANTS.PEND_CLOSE);

1147: FROM WIP_DJ_CLOSE_TEMP wdct, wip_discrete_jobs wdj
1148: WHERE wdct.ORGANIZATION_ID = p_organization_id
1149: AND wdct.GROUP_ID = p_group_id
1150: and wdj.wip_entity_id = wdct.WIP_ENTITY_ID
1151: and wdj.status_type = WIP_CONSTANTS.PEND_CLOSE);
1152:
1153:
1154: EXCEPTION
1155: WHEN others THEN

Line 1202: and we.entity_type = WIP_CONSTANTS.EAM;

1198: and wdj.wip_entity_id = ewod.wip_entity_id
1199: and wdj.organization_id = ewod.organization_id
1200: and wdj.wip_entity_id = we.wip_entity_id
1201: and wdj.organization_id = we.organization_id
1202: and we.entity_type = WIP_CONSTANTS.EAM;
1203:
1204:
1205: BEGIN
1206: