DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on MTL_ORGANIZATIONS

Line 2138: --RLNAGARA Bug 4918820 Changed from mtl_organizations to mtl_parameters

2134: l_spec_test_all GMD_SPEC_TESTS_B%ROWTYPE;
2135:
2136: --End Bug#5220513
2137:
2138: --RLNAGARA Bug 4918820 Changed from mtl_organizations to mtl_parameters
2139: CURSOR get_organization_code (l_organization_id NUMBER) IS
2140: SELECT organization_code
2141: FROM mtl_parameters
2142: WHERE organization_id = l_organization_id;

Line 2171: l_organization_code mtl_organizations.organization_code%TYPE;

2167: e_sample_fetch_error EXCEPTION;
2168: e_event_spec_disp_insert_error EXCEPTION;
2169: e_sample_spec_disp_insert_err EXCEPTION;
2170: e_spec_results_insert_error EXCEPTION;
2171: l_organization_code mtl_organizations.organization_code%TYPE;
2172:
2173:
2174:
2175: BEGIN