DBA Data[Home] [Help]

APPS.AMW_PROC_ORG_APPROVAL_PKG dependencies on AMW_ORG_HIERARCHY_PKG

Line 243: pex := AMW_ORG_HIERARCHY_PKG.does_process_exist_in_org(p_process_id, p_org_id);

239: /**04.26.2007 npanandi: fix for bug 6017644, the below was not properly
240: commented out, leading to compilation errors
241: **/
242: --change for bug fix 5671087 starts here
243: pex := AMW_ORG_HIERARCHY_PKG.does_process_exist_in_org(p_process_id, p_org_id);
244:
245:
246: if (pex = 'D' and approv_choice = 'B') then
247:

Line 285: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);

281: end loop;
282: write_approved_hierarchy(p_process_id,0 , p_org_id);
283:
284: IF p_update_count = FND_API.G_TRUE THEN
285: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);
286: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);
287: END IF;
288:
289: return;

Line 286: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);

282: write_approved_hierarchy(p_process_id,0 , p_org_id);
283:
284: IF p_update_count = FND_API.G_TRUE THEN
285: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);
286: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);
287: END IF;
288:
289: return;
290:

Line 336: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);

332: /*
333: amw_rl_hierarchy_pkg.update_approved_denorm(p_org_id);
334: */
335: IF p_update_count = FND_API.G_TRUE THEN
336: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);
337: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);
338: END IF;
339:
340: end approve;

Line 337: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);

333: amw_rl_hierarchy_pkg.update_approved_denorm(p_org_id);
334: */
335: IF p_update_count = FND_API.G_TRUE THEN
336: amw_org_hierarchy_pkg.upd_appr_control_count(p_org_id, null); --ko, commenting this.. -2);
337: amw_org_hierarchy_pkg.upd_appr_risk_count(p_org_id, null); --ko the count api is currently aggregating in the upward direction -2);
338: END IF;
339:
340: end approve;
341: