DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on FND_FLEX_EXT

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

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