DBA Data[Home] [Help]

APPS.MSD_APPLY_TEMPLATE_DEMAND_PLAN dependencies on FND_PROFILE

Line 7030: select fnd_profile.value('MSC_LIABILITY_CALC_LEVEL') into l_level from dual;

7026: begin
7027:
7028:
7029:
7030: select fnd_profile.value('MSC_LIABILITY_CALC_LEVEL') into l_level from dual;
7031:
7032:
7033:
7034: update msd_dp_doc_dim_selections

Line 7036: set selection_value = nvl(fnd_profile.value('MSC_LIABILITY_CALC_LEVEL'),1)

7032:
7033:
7034: update msd_dp_doc_dim_selections
7035:
7036: set selection_value = nvl(fnd_profile.value('MSC_LIABILITY_CALC_LEVEL'),1)
7037:
7038: where demand_plan_id = p_demand_plan_id
7039:
7040: and document_id in