DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on FND_FLEX_EXT

Line 3041: l_account_id := fnd_flex_ext.get_ccid(application_short_name => 'SQLGL',

3037: CLOSE Cur_chart_of_accounts_id;
3038: RETURN NULL;
3039: ELSE
3040: CLOSE Cur_chart_of_accounts_id;
3041: l_account_id := fnd_flex_ext.get_ccid(application_short_name => 'SQLGL',
3042: key_flex_code => 'GL#',
3043: structure_number => l_chart_of_accounts_id,
3044: validation_date => SYSDATE,
3045: concatenated_segments => p_Basis_account_key);