DBA Data[Home] [Help]

APPS.QA_ERES_SHIPPING dependencies on FND_PROFILE

Line 21: edr_profile := FND_PROFILE.VALUE('EDR_ERES_ENABLED');

17: -- ARGUMENT1 --> From Date
18: -- ARGUMENT2 --> To Date
19: fnd_file.put_line(fnd_file.log, 'qa_eres_shipping.wrapper entered');
20:
21: edr_profile := FND_PROFILE.VALUE('EDR_ERES_ENABLED');
22: fnd_file.put_line (fnd_file.log, 'ERES Profile is set to:'||edr_profile);
23:
24: IF (edr_profile is not null AND edr_profile = 'Y' and
25: ARGUMENT1 IS NOT NULL AND ARGUMENT2 IS NOT NULL) THEN