DBA Data[Home] [Help]

APPS.AMW_PROCCERT_EVENT_PVT dependencies on AMW_ORG_CERT_EVAL_SUM_PVT

Line 149: AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_sum_spec (

145:
146: IF l_mode = 'AddToScope' THEN
147: -- to support org hierarchy, need to update the org denorm
148: -- for all the orgs in the certification
149: AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_sum_spec (
150: p_certification_id => l_cert_id);
151:
152: -- do not need to update the prcess denorm for the existing
153: -- org.

Line 167: AMW_ORG_CERT_EVAL_SUM_PVT.populate_summary (

163: ELSIF l_mode = 'ManageProc' THEN
164: l_org_id := p_event.GetValueForParameter('ORGANIZATION_ID');
165: -- only update the passed org, as there is no impact
166: -- on other orgs in the org hierarchy.
167: AMW_ORG_CERT_EVAL_SUM_PVT.populate_summary (
168: p_api_version_number => 1.0,
169: p_org_id => l_org_id,
170: p_certification_id => l_cert_id,
171: x_return_status => l_return_status,

Line 189: AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_sum_spec (

185:
186: ELSIF l_mode = 'RemoveFromScope' THEN
187: -- to support org hierarchy, need to update the org denorm
188: -- for all the orgs in the certification
189: AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_sum_spec (
190: p_certification_id => l_cert_id);
191: END IF;
192:
193: OPEN c_start_date(l_cert_id);

Line 1182: --AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_summary

1178: -- retcode => l_msg_count,
1179: -- p_certification_id => m_certification_list(l_index)
1180: --);
1181:
1182: --AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_summary
1183: --(x_errbuf => l_msg_data,
1184: -- x_retcode => l_msg_count,
1185: -- p_certification_id => m_certification_list(l_index)
1186: --);

Line 1962: --AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_summary

1958: -- retcode => l_msg_count,
1959: -- p_certification_id => m_certification_list(l_index)
1960: --);
1961:
1962: --AMW_ORG_CERT_EVAL_SUM_PVT.populate_org_cert_summary
1963: --(x_errbuf => l_msg_data,
1964: -- x_retcode => l_msg_count,
1965: -- p_certification_id => m_certification_list(l_index)
1966: --);