DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on GHR_API

Line 582: -- function ghr_api.get_position_sequence_no_pos.

578: END IF;
579:
580: -- Logic for Padding Zeroes to the New Position Sequence Number
581: -- Get the Sequence Number of Source position using the
582: -- function ghr_api.get_position_sequence_no_pos.
583: -- Find the length of source position's sequence Number.
584: -- Pad the new sequence to that length.
585:
586: l_seq_val := ghr_api.get_position_sequence_no_pos

Line 586: l_seq_val := ghr_api.get_position_sequence_no_pos

582: -- function ghr_api.get_position_sequence_no_pos.
583: -- Find the length of source position's sequence Number.
584: -- Pad the new sequence to that length.
585:
586: l_seq_val := ghr_api.get_position_sequence_no_pos
587: ( p_position_id => p_position_id
588: ,p_business_group_id => p_business_group_id
589: ,p_effective_date => l_session_date
590: );