DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_PARAMETERS

Line 835: x_neg_flag,x_org_ctrl FROM MTL_PARAMETERS

831: -- retrive organization level control information
832: Begin
833: SELECT
834: negative_inv_receipt_code,stock_locator_control_code into
835: x_neg_flag,x_org_ctrl FROM MTL_PARAMETERS
836: WHERE
837: organization_id = p_org;
838: Exception
839: When no_data_found then