DBA Data[Home] [Help]

APPS.CHV_INQ_SV2 dependencies on CHV_CUM_ADJUSTMENTS

Line 399: from chv_cum_adjustments cha,

395: CLOSE C3;
396:
397: select sum(adjustment_quantity)
398: into x_adjustment_quantity
399: from chv_cum_adjustments cha,
400: chv_cum_periods ccp
401: where cha.organization_id = X_organization_id
402: and cha.vendor_id = X_vendor_id
403: and cha.vendor_site_id = X_vendor_site_id

Line 557: from chv_cum_adjustments cha,

553:
554:
555: select sum(adjustment_quantity)
556: into x_adjustment_quantity
557: from chv_cum_adjustments cha,
558: chv_cum_periods ccp
559: where cha.organization_id = X_organization_id
560: and cha.vendor_id = X_vendor_id
561: and cha.vendor_site_id = X_vendor_site_id