DBA Data[Home] [Help]

APPS.BEN_XER_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 39: INSERT INTO hr_application_ownerships

35: ,hr_startup_data_api_support.g_session_id);
36: --
37: FOR c1 IN csr_definition(l_session_id) LOOP
38: --
39: INSERT INTO hr_application_ownerships
40: (key_name
41: ,key_value
42: ,product_name
43: )