DBA Data[Home] [Help]

APPS.PAY_FR_INSURANCE_PROCESS dependencies on DUAL

Line 247: select decode(nvl(g_ins.insurance_subject,0),0,1,g_ins.insurance_subject) into l_init from dual;

243: -- Get the target net for the current guarantee.
244: --
245: l_target_net := g_ins.base_net;
246:
247: select decode(nvl(g_ins.insurance_subject,0),0,1,g_ins.insurance_subject) into l_init from dual;
248: --
249: --
250: -- There has not been an adjustment so set an initial value.
251: --