DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_PARAMETERS

Line 476: x_neg_flag,x_org_ctrl FROM MTL_PARAMETERS

472: -- retrive organization level control information
473: Begin
474: SELECT
475: negative_inv_receipt_code,stock_locator_control_code into
476: x_neg_flag,x_org_ctrl FROM MTL_PARAMETERS
477: WHERE
478: organization_id = p_org;
479: Exception
480: When no_data_found then