[Home] [Help]
APPS.RCV_PROCESSOR_PVT dependencies on FND_PROFILE
Line 2254: fnd_profile.get('RCV_FAIL_IF_LINE_FAILS', x_fail_if_one_line_fails);
2250: asn_debug.put_line('group_id ' || p_group_id);
2251: asn_debug.put_line('p_request_id ' || p_request_id);
2252: END IF;
2253:
2254: fnd_profile.get('RCV_FAIL_IF_LINE_FAILS', x_fail_if_one_line_fails);
2255: OPEN rcv_processor_pvt.lpn_grps_cur(p_request_id, p_group_id);
2256:
2257: LOOP --{
2258: FETCH rcv_processor_pvt.lpn_grps_cur INTO l_lpn_group_id;