DBA Data[Home] [Help]

APPS.BIC_LIFECYCLE_EXTRACT_PKG dependencies on BIC_PROFILE_VALUES_ALL

Line 191: 'No records in BIC_PROFILE_VALUES_ALL');

187: WHEN NO_LC_PROFILE_DATA THEN
188: write_log(' LIFECYCLE data is not extracted due to exception : '||SQLERRM,
189: 'bic_lifecycle_extract_pkg.extract_lifecycle_data');
190: bic_summary_extract_pkg.generate_error(bic_summary_extract_pkg.g_measure_code,
191: 'No records in BIC_PROFILE_VALUES_ALL');
192: ROLLBACK;
193: WHEN NO_LC_MEASURE_ID THEN
194: write_log(' LIFECYCLE data is not extracted due to exception : '||SQLERRM,
195: 'bic_lifecycle_extract_pkg.extract_lifecycle_data');

Line 634: FROM bic_profile_values_all

630: lc_new_cust_period, lc_insig_level
631: INTO g_lc_comparison_type, g_measure_for_lc_stage,
632: g_lc_granularity_level,g_lc_starting_period,
633: g_lc_new_cust_period, g_lc_insig_level
634: FROM bic_profile_values_all
635: WHERE org_id IS NULL ;
636:
637:
638: