DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BURDEN_SUMMARY dependencies on PA_INSTALL

Line 55: If (PA_INSTALL.is_product_installed('IPA')) then

51: project_id||task_id||organization_id||pa_date||ind_cust_code
52: This is the CRL Projects Default code and should not be removed.
53: */
54:
55: If (PA_INSTALL.is_product_installed('IPA')) then
56: v_grouping_method := p_src_attribute8||p_src_attribute9||p_src_attribute10;
57: End if;
58:
59:

Line 130: If (PA_INSTALL.is_product_installed('IPA')) then /*Bug 4739511:Added the If condition*/

126: other attribute values will be set to null expect these three.
127: CAUTION !!! This include the default CRL code controlled by the CRL installed profile
128: and this should not be removed.
129: */
130: If (PA_INSTALL.is_product_installed('IPA')) then /*Bug 4739511:Added the If condition*/
131: p_src_attribute2 := null;
132: p_src_attribute3 := null;
133: p_src_attribute4 := null;
134: p_src_attribute5 := null;

Line 140: If (NOT PA_INSTALL.is_product_installed('IPA')) then

136: p_src_attribute7 := null;
137: End if; /*Bug# 4739511*/
138:
139: /*Commenting for Bug# 4739511
140: If (NOT PA_INSTALL.is_product_installed('IPA')) then
141: p_src_attribute8 := null;
142: p_src_attribute9 := null;
143: p_src_attribute10 := null;
144: End if;******/