DBA Data[Home] [Help]

APPS.PER_PL_LOCATION SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 49

PROCEDURE update_pl_location (p_style              IN VARCHAR2
                            ,p_address_line_1       IN VARCHAR2
                            ,p_address_line_2       IN VARCHAR2)
IS
    --
    --
BEGIN
    --
  /* Added for GSI Bug 5472781 */
IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
   hr_utility.trace('PL not installed.Leaving update_pl_location');
Line: 68

END update_pl_location;