DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_PARAMETERS

Line 145: FROM gme_parameters

141:
142: --FPBug#4667093 get the IB Factor settings
143: CURSOR Cur_ib_factor(V_org_id VARCHAR2) IS
144: SELECT ib_factor_ind
145: FROM gme_parameters
146: WHERE organization_id = V_org_id;
147:
148: l_item_rec mtl_system_items%ROWTYPE;
149: