DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on FND_PROFILE

Line 3032: fnd_profile.put('PER_ASSIGNMENT_ID',p_asg_id);

3028: begin
3029: --
3030: hr_utility.set_location('payplnk.validate_lines',5);
3031: -- Added the following call as part of the fix to the bug#7138224.
3032: fnd_profile.put('PER_ASSIGNMENT_ID',p_asg_id);
3033: --
3034: --Only validate batch lines if there are no eerrors in batch header or control totals.
3035: --
3036: l_control_err := false;