DBA Data[Home] [Help]

APPS.JAI_GST_GENERAL_PKG dependencies on GL_CODE_COMBINATIONS

Line 1129: ln_code_combination_id GL_CODE_COMBINATIONS.code_combination_id%TYPE;

1125: AND accnts.organization_type = cp_organization_type
1126: AND accnts.organization_id = cp_organization_id
1127: AND (cp_location_id IS NULL OR location_id = cp_location_id);
1128:
1129: ln_code_combination_id GL_CODE_COMBINATIONS.code_combination_id%TYPE;
1130: ln_location_id jai_rgm_org_regns_v.location_id%TYPE;
1131: lv_regime_code jai_rgm_definitions.regime_code%TYPE;
1132:
1133: BEGIN