DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ADDR_MST

Line 1093: FROM sy_addr_mst

1089: ORDER BY whse_code;
1090:
1091: CURSOR Cur_get_address (V_addr_id NUMBER)IS
1092: SELECT *
1093: FROM sy_addr_mst
1094: WHERE addr_id = V_addr_id
1095: AND delete_mark = 0;
1096:
1097: /* Bug 5358112 - Changed the cursor to refer to the base tables instead of */