DBA Data[Home] [Help]

APPS.PER_RES_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

11: -- |-----------------------< create_app_ownerships >--------------------------|
12: -- ----------------------------------------------------------------------------
13: --
14: -- Description:
15: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
16: -- when the row handler is called in the appropriate mode.
17: --
18: -- ----------------------------------------------------------------------------
19: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 34: INSERT INTO hr_application_ownerships

30: ('STARTUP','GENERIC')) THEN
31: --
32: FOR c1 IN csr_definition LOOP
33: --
34: INSERT INTO hr_application_ownerships
35: (key_name
36: ,key_value
37: ,product_name
38: )