DBA Data[Home] [Help]

APPS.PER_PERHDCNT_XMLP_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 10

insert into fnd_sessions
(session_id,effective_date)
values(userenv('SESSIONID'),sysdate);
Line: 51

select name
into   cp_organization_hierarchy_name
from   per_organization_structures
where  organization_structure_id = P_ORGANIZATION_STRUCTURE_ID;