DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS1 dependencies on CHV_ORG_OPTIONS

Line 1776: chv_org_options coo

1772: chv_cum_periods ccp,
1773: ece_tp_details etd,
1774: po_vendor_sites pvs,
1775: chv_schedule_headers csh,
1776: chv_org_options coo
1777: WHERE
1778: csh.schedule_status = 'CONFIRMED'
1779: AND etd.edi_flag = 'Y' -- EDI
1780: AND etd.document_id = p_transaction_type --ship SSSO,plan SPSO

Line 1873: chv_org_options coo,

1869: csi.purchasing_unit_of_measure PURCHASING_UNIT_OF_MEASURE
1870: FROM
1871: chv_schedule_headers csh,
1872: chv_schedule_items csi,
1873: chv_org_options coo,
1874: chv_cum_periods ccp,
1875: mtl_item_flexfields mif,
1876: mtl_parameters mtp
1877: WHERE