DBA Data[Home] [Help]

APPS.XNB_SALES_ORDER_PVT dependencies on FND_PROFILE

Line 198: fnd_profile.get('XNB_ACCT_REPUB_AT_LINE',l_flag);

194: --Check profile value XNB_ACCT_REPUB_AT_LINE to determine whether to publish
195: --the account information
196: ---------------------------------------------------------------------------------------
197:
198: fnd_profile.get('XNB_ACCT_REPUB_AT_LINE',l_flag);
199:
200: IF (l_flag = 'NEVER' OR l_flag IS NULL) THEN
201:
202: SELECT count(collaboration_id)