DBA Data[Home] [Help]

APPS.CHV_INQ_SV2 dependencies on CHV_CUM_PERIODS

Line 400: chv_cum_periods ccp

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
404: and cha.item_id = X_item_id

Line 558: chv_cum_periods ccp

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
562: and cha.item_id = X_item_id