DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on OE_SYS_PARAMETERS

Line 268: l_orgn_id := oe_sys_parameters.value(

264:
265: IF l_rma_line_rec.ship_from_org_id is NULL THEN
266: IF l_rma_line_rec.sold_from_org_id is NULL THEN
267: Begin
268: l_orgn_id := oe_sys_parameters.value(
269: param_name => 'MASTER_ORGANIZATION_ID',
270: p_org_id => l_rma_line_rec.org_id);
271: Exception when others then
272: debug('Invalid Order line details - org_id: '||l_rma_line_rec.org_id);