DBA Data[Home] [Help]

APPS.PAY_NZ_SSCWT_RATE_ARCHIVE dependencies on FND_REQUEST

Line 78: -- Submit the SSCWT text report using fnd_request.submit_request

74: hr_utility.trace('Assignment Set ID -> ' || g_assignment_set_id);
75: END IF;
76:
77: --
78: -- Submit the SSCWT text report using fnd_request.submit_request
79: -- function.
80: --
81: l_request_id := fnd_request.submit_request
82: (APPLICATION => 'PER',

Line 81: l_request_id := fnd_request.submit_request

77: --
78: -- Submit the SSCWT text report using fnd_request.submit_request
79: -- function.
80: --
81: l_request_id := fnd_request.submit_request
82: (APPLICATION => 'PER',
83: PROGRAM => g_report_short_name,
84: ARGUMENT1 => 'P_BUSINESS_GROUP_ID='||g_business_group_id,
85: ARGUMENT2 => 'P_FINANCIAL_YEAR='||to_char(g_financial_year,'YYYY'),