DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1592: financials_system_parameters fsp,

1588: select fs.segment_num, gls.chart_of_accounts_id
1589: into l_segment_num, l_account_id
1590: from FND_ID_FLEX_SEGMENTS fs,
1591: fnd_segment_attribute_values fsav,
1592: financials_system_parameters fsp,
1593: gl_sets_of_books gls
1594: where fsp.set_of_books_id = gls.set_of_books_id and
1595: fsav.id_flex_num = gls.chart_of_accounts_id and
1596: fsav.id_flex_code = 'GL#' and