DBA Data[Home] [Help]

APPS.GMPMRACT dependencies on OP_ORDR_DTL

Line 1031: FROM op_cust_mst cs, op_ordr_dtl dt

1027: #############################################################################*/
1028: PROCEDURE mr_cleanup_details IS
1029: CURSOR Cur_custno IS
1030: SELECT cs.cust_no cust_no
1031: FROM op_cust_mst cs, op_ordr_dtl dt
1032: WHERE dt.bol_id = G_doc_id
1033: AND dt.shipcust_id = cs.cust_id;
1034:
1035: --Bug#2131275 P.Raghu