DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on MTL_PARAMETERS

Line 1246: lv_organization_code mtl_parameters.organization_code%TYPE;

1242: lv_source_name VARCHAR2(30); -- modified by csahoo for bug#6155839
1243: /*Begin-Added the following by kunkumar for forward porting 5051541 to R12*/
1244:
1245:
1246: lv_organization_code mtl_parameters.organization_code%TYPE;
1247:
1248: CURSOR c_organization_code(cp_organization_id IN NUMBER)
1249: IS
1250: SELECT organization_code

Line 1251: FROM mtl_parameters

1247:
1248: CURSOR c_organization_code(cp_organization_id IN NUMBER)
1249: IS
1250: SELECT organization_code
1251: FROM mtl_parameters
1252: WHERE organization_id = cp_organization_id;
1253:
1254: -- added, ssumaith for Bug 6664855
1255: