DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on FND_GLOBAL

Line 5970: l_notify := FND_REQUEST.ADD_NOTIFICATION(FND_GLOBAL.USER_NAME);

5966:
5967: IF l_dates_shifted_flag = 'Y' THEN
5968: /* begin submit request to generate Loan Agreement Report */
5969: logMessage(FND_LOG.LEVEL_STATEMENT, ' Before calling FND_REQUEST.SUBMIT_REQUEST for LNS_AGREEMENT (Loan Agreement Report) for loan_id: ' || l_loan_header_rec.loan_id);
5970: l_notify := FND_REQUEST.ADD_NOTIFICATION(FND_GLOBAL.USER_NAME);
5971:
5972: FND_REQUEST.SET_ORG_ID(MO_GLOBAL.GET_CURRENT_ORG_ID());
5973:
5974: -- Bug#5936252 : Invoke the function add_layout to specify the template type,code etc., before submitting request