DBA Data[Home] [Help]

APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on PER_CONTACT_RELATIONSHIPS

Line 1: PACKAGE PER_CONTACT_RELATIONSHIPS_PKG AS

1: PACKAGE PER_CONTACT_RELATIONSHIPS_PKG AS
2: /* $Header: pecon01t.pkh 120.0.12010000.1 2008/07/28 04:24:05 appldev ship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 583: x_contact_relationship_id IN per_contact_relationships.contact_relationship_id%TYPE,

579: --
580: -- {End Of Comments}
581: -- ---------------------------------------------------------------------------
582: PROCEDURE chk_dates(
583: x_contact_relationship_id IN per_contact_relationships.contact_relationship_id%TYPE,
584: x_date_start IN per_contact_relationships.date_start%TYPE,
585: x_date_end IN per_contact_relationships.date_end%TYPE);
586: END PER_CONTACT_RELATIONSHIPS_PKG;

Line 584: x_date_start IN per_contact_relationships.date_start%TYPE,

580: -- {End Of Comments}
581: -- ---------------------------------------------------------------------------
582: PROCEDURE chk_dates(
583: x_contact_relationship_id IN per_contact_relationships.contact_relationship_id%TYPE,
584: x_date_start IN per_contact_relationships.date_start%TYPE,
585: x_date_end IN per_contact_relationships.date_end%TYPE);
586: END PER_CONTACT_RELATIONSHIPS_PKG;

Line 585: x_date_end IN per_contact_relationships.date_end%TYPE);

581: -- ---------------------------------------------------------------------------
582: PROCEDURE chk_dates(
583: x_contact_relationship_id IN per_contact_relationships.contact_relationship_id%TYPE,
584: x_date_start IN per_contact_relationships.date_start%TYPE,
585: x_date_end IN per_contact_relationships.date_end%TYPE);
586: END PER_CONTACT_RELATIONSHIPS_PKG;

Line 586: END PER_CONTACT_RELATIONSHIPS_PKG;

582: PROCEDURE chk_dates(
583: x_contact_relationship_id IN per_contact_relationships.contact_relationship_id%TYPE,
584: x_date_start IN per_contact_relationships.date_start%TYPE,
585: x_date_end IN per_contact_relationships.date_end%TYPE);
586: END PER_CONTACT_RELATIONSHIPS_PKG;