DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_PUB dependencies on HZ_FINANCIAL_PROFILE_S

Line 1343: SELECT hz_financial_profile_s.nextval

1339: l_financial_profile_id = FND_API.G_MISS_NUM THEN
1340:
1341: l_count := 1;
1342: WHILE l_count > 0 LOOP
1343: SELECT hz_financial_profile_s.nextval
1344: INTO l_financial_profile_id FROM dual;
1345:
1346: SELECT count(*)
1347: INTO l_count