DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV dependencies on FND_PROFILE

Line 113: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);

109: -- assignment set used for PO. If user has not set this profile option
110: -- then terminate the upgrade.
111:
112: x_progress := 'SV0-040';
113: fnd_profile.get('MRP_DEFAULT_ASSIGNMENT_SET', x_assignment_set_id);
114:
115: If x_assignment_set_id IS NULL THEN
116: fnd_file.put_line(fnd_file.log, '** ERROR: Please set the following site level profile option');
117: fnd_file.put_line(fnd_file.log, '** before proceeding with this upgrade: ');