DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on FND_PROFILE

Line 62: fnd_profile.get('RCV_FAIL_IF_LINE_FAILS', x_fail_if_one_line_fails);

58: IF (g_asn_debug = 'Y') THEN
59: asn_debug.put_line('Enter shipment object create');
60: END IF;
61:
62: fnd_profile.get('RCV_FAIL_IF_LINE_FAILS', x_fail_if_one_line_fails);
63:
64: IF (g_asn_debug = 'Y') THEN
65: asn_debug.put_line('RCV_FAIL_IF_LINE_FAILS profile option =' || x_fail_if_one_line_fails);
66: END IF;