DBA Data[Home] [Help]

APPS.HRSPINE dependencies on FND_ID_FLEX_STRUCTURES

Line 67: to query on FND_ID_FLEX_STRUCTURES

63: amills 05-DEC-1995 - Changed date format to DDMMYYYY for
64: translation.
65: dkerr 14-MAR-1996 - 349633 - Removed hard-coded month names
66: jrhodes 18-FEB-1997 - 626703 - Added Application_ID and ID_Flex_Code
67: to query on FND_ID_FLEX_STRUCTURES
68: and FND_ID_FLEX_SEGMENTS
69: stlocke 13-JUN-2001 - Updated the process so that it calls the api
70: rather doing the dml in this package.
71: The process now also passes the increment_number,

Line 1833: from fnd_id_flex_structures

1829: --
1830: BEGIN
1831: select concatenated_segment_delimiter
1832: into l_concat_sep
1833: from fnd_id_flex_structures
1834: where id_flex_num = p_id_flex_num
1835: and application_id = 801
1836: and id_flex_code = 'GRP';
1837: EXCEPTION