DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on MTL_PARAMETERS

Line 90: from mtl_parameters

86: stmt_num := 1;
87: BEGIN
88: select organization_id
89: into dummy_id
90: from mtl_parameters
91: where organization_id = c1rec.OI;
92: EXCEPTION
93: when NO_DATA_FOUND then
94: ret_code := INVPUOPI.mtl_log_interface_err(

Line 490: from mtl_parameters

486: */
487: /* Org level */
488: select stock_locator_control_code
489: into org_loc
490: from mtl_parameters
491: where organization_id = c1rec.OI;
492:
493: if (org_loc = 1) and (c1rec.CLI is not null) then
494: goto write_loc_error;

Line 1923: from mtl_parameters

1919: stmt_num := 2;
1920: BEGIN
1921: select organization_id
1922: into dummy_id
1923: from mtl_parameters
1924: where organization_id = c0rec.OI;
1925: EXCEPTION
1926: when NO_DATA_FOUND then
1927: ret_code := INVPUOPI.mtl_log_interface_err(