DBA Data[Home] [Help]

APPS.FII_GL_COMCCH_C dependencies on HR_ALL_ORGANIZATION_UNITS

Line 54: hr_all_organization_units org,

50: cc.flex_value cost_center,
51: org.name organization,
52: org.organization_id org_id
53: from FII_COM_CC_MAPPINGS_GT gt,
54: hr_all_organization_units org,
55: fnd_flex_values com,
56: fnd_flex_values cc
57: where gt.company_id = p_com_id
58: and gt.cost_center_id = p_cc_id

Line 937: hr_all_organization_units org,

933: select com.flex_value company,
934: cc.flex_value cost_center,
935: org.name organization
936: from fii_ccc_mgr_gt gt,
937: hr_all_organization_units org,
938: fnd_flex_values com,
939: fnd_flex_values cc
940: where gt.company_id = p_com_id
941: and gt.cost_center_id = p_cc_id