DBA Data[Home] [Help]

APPS.BEN_CPI_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

38: -- |-----------------------< create_app_ownerships >--------------------------|
39: -- ----------------------------------------------------------------------------
40: --
41: -- Description:
42: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
43: -- when the row handler is called in the appropriate mode.
44: --
45: -- ----------------------------------------------------------------------------
46: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 61: INSERT INTO hr_application_ownerships

57: ('STARTUP','GENERIC')) THEN
58: --
59: FOR c1 IN csr_definition LOOP
60: --
61: INSERT INTO hr_application_ownerships
62: (key_name
63: ,key_value
64: ,product_name
65: )