DBA Data[Home] [Help]

APPS.PAY_ETP_INS dependencies on HR_APPLICATION_OWNERSHIPS

Line 379: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table

375: -- |-----------------------< create_app_ownerships >--------------------------|
376: -- ----------------------------------------------------------------------------
377: --
378: -- Description:
379: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
380: -- when the row handler is called in the appropriate mode.
381: --
382: -- ----------------------------------------------------------------------------
383: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 398: INSERT INTO hr_application_ownerships

394: ('STARTUP','GENERIC')) THEN
395: --
396: FOR c1 IN csr_definition LOOP
397: --
398: INSERT INTO hr_application_ownerships
399: (key_name
400: ,key_value
401: ,product_name
402: )