DBA Data[Home] [Help]

APPS.QP_MAINTAIN_DENORMALIZED_DATA dependencies on QP_DENORMALIZED_PRICING_ATTRS

Line 877: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(

873: put_line('Begin Factor Attrs Denormalization');
874: END IF;
875:
876: BEGIN
877: QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes(
878: p_list_header_id,
879: p_list_header_id_high,
880: p_update_type);
881: EXCEPTION

Line 883: put_line('Exception occured while excecuting QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes');

879: p_list_header_id_high,
880: p_update_type);
881: EXCEPTION
882: WHEN OTHERS THEN
883: put_line('Exception occured while excecuting QP_Denormalized_Pricing_Attrs.Update_Pricing_Attributes');
884: END;
885:
886: IF P_UPDATE_TYPE IN ('ALL','FACTOR') THEN
887: put_line('End Factor Attrs Denormalization');

Line 892: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(

888: put_line('Begin Insertion of Factor List Attrs');
889: END IF;
890:
891: BEGIN
892: QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs(
893: p_list_header_id,
894: p_list_header_id_high);
895: EXCEPTION
896: WHEN OTHERS THEN

Line 897: put_line('Exception occured while excecuting QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs');

893: p_list_header_id,
894: p_list_header_id_high);
895: EXCEPTION
896: WHEN OTHERS THEN
897: put_line('Exception occured while excecuting QP_Denormalized_Pricing_Attrs.Populate_Factor_List_Attrs');
898: END;
899:
900: IF P_UPDATE_TYPE IN ('ALL','FACTOR') THEN
901: put_line('End Insertion of Factor List Attrs');