DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_POSITION_DEFINITIONS

Line 2667: from per_position_definitions

2663: l_api_updating boolean;
2664: --
2665: cursor csr_pos_def is
2666: select 'x'
2667: from per_position_definitions
2668: where position_definition_id = p_position_definition_id;
2669: --
2670: begin
2671: if g_debug then