DBA Data[Home] [Help]

APPS.WIP_REPETITIVE_UTILITIES dependencies on FND_RELEASE

Line 968: x_dummy := fnd_release.get_release(x_rel, x_info);

964: wip_change_status.insert_period_balances(x_wip_id,
965: p_org_id, p_rollfwd_sched_id,
966: x_line_id, x_class_code);
967:
968: x_dummy := fnd_release.get_release(x_rel, x_info);
969:
970: if instr(x_info, 'SC') <> 0 then
971: wip_osp.release_validation(x_wip_id, p_org_id, p_rollfwd_sched_id);
972: end if;