DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_VALIDATIONS dependencies on WIP_JOB_DTLS_VALIDATIONS

Line 1: PACKAGE BODY WIP_JOB_DTLS_VALIDATIONS AS

1: PACKAGE BODY WIP_JOB_DTLS_VALIDATIONS AS
2: /* $Header: wipjdvdb.pls 120.1 2005/12/22 02:39:11 panagara noship $ */
3: procedure jobs (p_group_id IN number,
4: p_parent_header_id IN number) is
5: cursor c_ml_invalid_rows is

Line 609: end wip_job_dtls_validations;

605: and wjdi2.wip_entity_id = wjdi.wip_entity_id
606: and wjdi2.organization_id = wjdi.organization_id);
607: end if;
608: end error_all_if_any;
609: end wip_job_dtls_validations;