DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_GEN_ASSET_LINES dependencies on PA_PROJECT_TYPES

Line 73: from pa_project_types ppt,

69: /* This is the default code for CRL Auto Asset line assognment and this
70: portion of the code needs to be un commented if CRL is installed */
71: IF (PA_INSTALL.is_product_installed('IPA')) AND (l_crl_rec IS NOT NULL) THEN
72: Select 1 into dummy
73: from pa_project_types ppt,
74: pa_tasks pt,
75: pa_tasks pt2,
76: pa_projects_all ppr -- Changed to _ALL as part of MOAC changes
77: where p_task_id = pt.task_id and