DBA Data[Home] [Help]

APPS.OTA_ADD_TRAINING_SS dependencies on PER_ALL_PEOPLE_F

Line 467: ( Person_id IN per_all_people_f.person_id%TYPE) RETURN per_all_people_f.full_name%TYPE;

463: --
464: -- {End Of Comments}
465: -- ----------------------------------------------------------------------------
466: Function get_internal_contact_name
467: ( Person_id IN per_all_people_f.person_id%TYPE) RETURN per_all_people_f.full_name%TYPE;
468:
469:
470: -- ----------------------------------------------------------------------------
471: -- |-----------------------------< check_changes >--------------------------|

Line 549: -- Organization_Id - this parameter is used to decide if the per_all_people_f

545: -- per_all_poople_f table. It is ignoring the possiblity of the contact being
546: -- that of a customer. This function considers that.
547: -- In Parameters:
548: -- Contact_Id - person_id/contact id of employee/customer
549: -- Organization_Id - this parameter is used to decide if the per_all_people_f
550: -- or the ra_contacts needs to be queried. If this is null, then the incoming
551: -- person_id belongs to a Customers' contact and ra_contacts is queried.
552: -- {End Of Comments}
553: -- ----------------------------------------------------------------------------