DBA Data[Home] [Help]

PACKAGE: APPS.HR_NL_ASG_EXTRA_INFO_CHECKS

Source


1 PACKAGE hr_nl_asg_extra_info_checks AS
2   /* $Header: penlaeiv.pkh 120.0.12000000.1 2007/01/22 00:24:09 appldev ship $ */
3   --
4   --
5   --
6   -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7   --
8   -- Called from the Create_Assignment_Extra_Info Before Process Hook
9   -- and sets the Assignment ID
10   -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11   PROCEDURE set_asg_id (p_assignment_id  in     number);
12 END hr_nl_asg_extra_info_checks;