DBA Data[Home] [Help]

APPS.PSB_VALIDATE_ACCT_PVT dependencies on FND_FLEX_EXT

Line 170: l_ccid := FND_FLEX_EXT.Get_CCID

166: FND_MSG_PUB.Add;
167: RAISE FND_API.G_EXC_ERROR;
168: END IF;
169:
170: l_ccid := FND_FLEX_EXT.Get_CCID
171: (application_short_name => 'SQLGL',
172: key_flex_code => 'GL#',
173: structure_number => p_flex_code,
174: validation_date => to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),

Line 204: l_concat_segments := FND_FLEX_EXT.Get_Segs

200: if cc_rec.detail_budgeting_allowed_flag = 'N'
201: or cc_rec.summary_flag = 'Y' then
202:
203: /* Bug 3692601 Start */
204: l_concat_segments := FND_FLEX_EXT.Get_Segs
205: (application_short_name => 'SQLGL',
206: key_flex_code => 'GL#',
207: structure_number => p_flex_code,
208: combination_id => l_ccid);