DBA Data[Home] [Help]

APPS.WIP_RES_USAGE_VALIDATE dependencies on WIP_RES_USAGE_VALIDATE

Line 1: Package Body WIP_RES_USAGE_VALIDATE as

1: Package Body WIP_RES_USAGE_VALIDATE as
2: /* $Header: wipruvdb.pls 120.2 2006/09/01 06:00:23 panagara noship $ */
3: --is the resource sequence valid (not null)?
4: procedure validate_seq_num(p_group_id in number, p_wip_entity_id in number, p_organization_id in number);
5: --does the sequence number already exist in WOR?

Line 606: end wip_res_usage_validate;

602: and wor.resource_seq_num = wjdi2.resource_seq_num
603: and wor.completion_date = wjdi2.completion_date));
604: end if;
605: end validate_time_slot;
606: end wip_res_usage_validate;