DBA Data[Home] [Help]

APPS.GMD_COA_DATA_NEW dependencies on OP_ORDR_HDR

Line 185: (p_orgn_code IN op_ordr_hdr.orgn_code%TYPE,

181: - If there is a way to send a cursor or a row from a cursor as a
182: - variable, change this code!
183: - ***********************************************************************/
184: PROCEDURE Assign_Cursor_Values_To_Table
185: (p_orgn_code IN op_ordr_hdr.orgn_code%TYPE,
186: p_cust_id IN op_cust_mst.cust_id%TYPE,
187: p_item_id IN ic_item_mst.item_id%TYPE,
188: p_whse_code IN ic_whse_mst.whse_code%TYPE,
189: p_lot_id IN ic_lots_mst.lot_id%TYPE,

Line 1370: op_ordr_hdr ooh,

1366: ood.ship_qty1,
1367: ood.ship_qty2,
1368: ood.alloc_qty
1369: from
1370: op_ordr_hdr ooh,
1371: op_ordr_dtl ood
1372: where
1373: ooh.order_id = ood.order_id
1374: and (c_from_shipdate is NULL or