DBA Data[Home] [Help]

APPS.PQH_CRE_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

33: -- |-----------------------< create_app_ownerships >--------------------------|
34: -- ----------------------------------------------------------------------------
35: --
36: -- Description:
37: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
38: -- when the row handler is called in the appropriate mode.
39: --
40: -- ----------------------------------------------------------------------------
41: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 56: INSERT INTO hr_application_ownerships

52: ('STARTUP','GENERIC')) THEN
53: --
54: FOR c1 IN csr_definition LOOP
55: --
56: INSERT INTO hr_application_ownerships
57: (key_name
58: ,key_value
59: ,product_name
60: )