DBA Data[Home] [Help]

APPS.PAY_ADHOC_UTILS_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 929: from FND_PRODUCT_INSTALLATIONS

925: FUNCTION chk_post_r11i RETURN VARCHAR2 is
926: --
927: cursor csr_r12_release is
928: select 'Y'
929: from FND_PRODUCT_INSTALLATIONS
930: where APPLICATION_ID = 800
931: and to_number(substr(PRODUCT_VERSION,1,2)) >= 12;
932: --
933: BEGIN