DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on EDR_CONSTANTS_PUB

Line 2695: IF l_source_application_type = EDR_CONSTANTS_PUB.g_kiosk_mode then

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