DBA Data[Home] [Help]

APPS.HRSPINE dependencies on FND_ID_FLEX_SEGMENTS

Line 68: and FND_ID_FLEX_SEGMENTS

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,
72: and performs processing to allow reporting.

Line 1345: from fnd_id_flex_segments

1341: -- table
1342: --
1343: cursor c1 is
1344: select application_column_name
1345: from fnd_id_flex_segments
1346: where id_flex_num = p_id_flex_num
1347: and application_id = 801
1348: and id_flex_code = 'GRP'
1349: and enabled_flag = 'Y'