DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_GEN_ASSET_LINES dependencies on PA_INSTALL

Line 101: IF (PA_INSTALL.is_product_installed('IPA')) AND (l_crl_rec IS NOT NULL) THEN

97:
98:
99: /* This is the default code for CRL Auto Asset line assognment and this
100: portion of the code needs to be un commented if CRL is installed */
101: IF (PA_INSTALL.is_product_installed('IPA')) AND (l_crl_rec IS NOT NULL) THEN
102: Select 1 into dummy
103: from pa_project_types ppt,
104: pa_tasks pt,
105: pa_tasks pt2,