DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on SY_ADDR_MST

Line 1095: FROM sy_addr_mst

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