DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on IC_WHSE_MST

Line 81: from ic_whse_mst

77: /* Fix for 10243209. Added following cursor and variable */
78: cursor cr_new_org (p_org_id number)
79: is
80: select organization_id
81: from ic_whse_mst
82: where mtl_organization_id = p_org_id
83: and subinventory_ind_flag = 'Y'
84: and nvl(migrated_ind, 0) = 1 ;
85: