DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on GL_SETS_OF_BOOKS

Line 294: gl_sets_of_books SOB_FROM,

290: SOB_TO.currency_code to_currency
291: from
292: cst_sc_sourcing_rules CSSR,
293: hr_organization_information OOD_FROM,
294: gl_sets_of_books SOB_FROM,
295: hr_organization_information OOD_TO,
296: gl_sets_of_books SOB_TO
297: where
298: CSSR.rollup_id = i_rollup_id and

Line 296: gl_sets_of_books SOB_TO

292: cst_sc_sourcing_rules CSSR,
293: hr_organization_information OOD_FROM,
294: gl_sets_of_books SOB_FROM,
295: hr_organization_information OOD_TO,
296: gl_sets_of_books SOB_TO
297: where
298: CSSR.rollup_id = i_rollup_id and
299: CSSR.source_organization_id is not null and
300: CSSR.organization_id is not null and