DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_OPM_INCR_PKG dependencies on OPI_DBI_OPM_INV_LED_CURRENT

Line 71: 'INSERT INTO opi_dbi_opm_inv_led_current

67: lv_led_hint := '';
68: END IF;
69:
70: lv_sql :=
71: 'INSERT INTO opi_dbi_opm_inv_led_current
72: (
73: whse_code,
74: item_id,
75: transaction_date,

Line 200: 'INSERT INTO opi_dbi_opm_inv_led_current

196: lv_led_hint := '';
197: END IF;
198:
199: lv_sql :=
200: 'INSERT INTO opi_dbi_opm_inv_led_current
201: (
202: whse_code,
203: item_id,
204: transaction_date,

Line 343: 'INSERT INTO opi_dbi_opm_inv_led_current

339: lv_led_hint := '';
340: END IF;
341:
342: lv_sql :=
343: 'INSERT INTO opi_dbi_opm_inv_led_current
344: (
345: whse_code,
346: item_id,
347: transaction_date,

Line 585: 'INSERT INTO opi_dbi_opm_inv_led_current

581: lv_led_hint := '';
582: END IF;
583:
584: lv_sql :=
585: 'INSERT INTO opi_dbi_opm_inv_led_current
586: (
587: whse_code,
588: item_id,
589: transaction_date,

Line 809: 'INSERT INTO opi_dbi_opm_inv_led_current

805: lv_led_hint := '';
806: END IF;
807:
808: lv_sql :=
809: 'INSERT INTO opi_dbi_opm_inv_led_current
810: (
811: whse_code,
812: item_id,
813: transaction_date,

Line 939: opi_dbi_opm_inv_led_current led

935: onhand_value_b,
936: intransit_value_b,
937: wip_value_b
938: FROM
939: opi_dbi_opm_inv_led_current led
940: )
941: GROUP BY
942: item_id,
943: whse_code,