DBA Data[Home] [Help]

APPS.ARP_BATCH_SOURCE dependencies on FND_PROFILE

Line 84: fnd_profile.get('JGZZ_COUNTRY_CODE', l_country_code);

80:
81: ad_ddl.do_ddl(l_fnd_user, 'AR', ad_ddl.create_sequence, l_sql_stmt, l_sequence_name);
82:
83: -- Start Bug 6010774, 6903507
84: fnd_profile.get('JGZZ_COUNTRY_CODE', l_country_code);
85: IF (l_country_code = 'TW') THEN
86: l_sql_stmt_2 := 'create sequence '||l_sequence_name_2||
87: ' minvalue 1 maxvalue 99999999999999999999 start with '||
88: to_char(P_last_number + 1)||' nocache';