DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on EDR_CONSTANTS_PUB

Line 2699: IF l_source_application_type = EDR_CONSTANTS_PUB.g_kiosk_mode then

2695: --If it is set to lite then, fetch the value of the attributes APPROVING_USERS,
2696: --APPROVER_COUNT and APPROVING RESPONSIBILITY.
2697: --Bug 5891879 :Start
2698: --Defaults Signature mode to SHORT when the src application type is KIOSK
2699: IF l_source_application_type = EDR_CONSTANTS_PUB.g_kiosk_mode then
2700: l_signature_mode := EDR_CONSTANTS_GRP.G_ERES_LITE;
2701: end if;
2702: --Bug 5891879 :End
2703: