DBA Data[Home] [Help]

APPS.PQP_PTY_INS dependencies on HR_APPLICATION_OWNERSHIPS

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

379: -- |-----------------------< create_app_ownerships >--------------------------|
380: -- ----------------------------------------------------------------------------
381: --
382: -- Description:
383: -- This procedure inserts a row into the HR_APPLICATION_OWNERSHIPS table
384: -- when the row handler is called in the appropriate mode.
385: --
386: -- ----------------------------------------------------------------------------
387: PROCEDURE create_app_ownerships(p_pk_column IN varchar2

Line 402: INSERT INTO hr_application_ownerships

398: ('STARTUP','GENERIC')) THEN
399: --
400: FOR c1 IN csr_definition LOOP
401: --
402: INSERT INTO hr_application_ownerships
403: (key_name
404: ,key_value
405: ,product_name
406: )