DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on FND_ID_FLEX_SEGMENTS

Line 4863: from fnd_id_flex_segments

4859: ) IS
4860:
4861: cursor c_seginfo is
4862: select application_column_name
4863: from fnd_id_flex_segments
4864: where application_id = 101
4865: and id_flex_code = 'GL#'
4866: and id_flex_num = p_flex_code
4867: and enabled_flag = 'Y'