DBA Data[Home] [Help]

APPS.PQP_EXR_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 35: INSERT INTO hr_application_ownerships

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