DBA Data[Home] [Help]

APPS.AMW_ORG_CERT_AGGR_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 155: hr_organization_information oi,

151: TOP_ORG_PROC_PENDING_CERT,
152: SUB_ORG_CERT_ISSUES,
153: PROC_CERT_ISSUES
154: FROM fnd_flex_values flv,
155: hr_organization_information oi,
156: amw_org_cert_eval_sum oces
157: WHERE flv.flex_value_id = p_subsidiary_id
158: AND oi.org_information_context = 'AMW_AUDIT_UNIT'
159: AND oi.org_information1 = flv.flex_value

Line 404: FROM hr_organization_information

400: SAVEPOINT update_org_cert_aggr_rows;
401:
402: SELECT to_number(org_information1)
403: INTO l_flex_value_id
404: FROM hr_organization_information
405: WHERE organization_id = p_organization_id
406: AND org_information_context = 'AMW_AUDIT_UNIT'
407: AND org_information3 = fnd_profile.value('AMW_SUBSIDIARY_AUDIT_UNIT');
408: