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 1343: from fnd_id_flex_segments

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