DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PVT dependencies on FND_PROFILE

Line 469: l_document_managment := FND_PROFILE.Value('GR_DOC_MANAGEMENT');

465:
466: Delete from gr_upload_file_tmp where request_id = -12345;
467:
468: --Get the profile value to use to determine if file should be sent for approvals
469: l_document_managment := FND_PROFILE.Value('GR_DOC_MANAGEMENT');
470:
471: /* Set the submit for approval variable */
472: IF l_document_managment = 'A' THEN
473: l_submit_for_approval := 'Y';

Line 480: l_file_exists_action := FND_PROFILE.Value('GR_DOC_MGMT_FILE_EXISTS_ACT');

476: l_submit_for_approval := 'N';
477: END IF;
478:
479: --Get the profile value to use to determine what should be done if the file alredy exists
480: l_file_exists_action := FND_PROFILE.Value('GR_DOC_MGMT_FILE_EXISTS_ACT');
481:
482: -- M. Grosser 29-Jun-2005: Changed code to use organization_code returned from org validation
483: --Call the Upload file API to upload the file into the iSignatures system
484: EDR_FILES_PUB.UPLOAD_FILE