DBA Data[Home] [Help]

APPS.INV_DCP_PVT dependencies on DUAL

Line 137: --Parse to get individual recipients

133: --Call function that will return the email server name
134: l_mailhost := get_email_server;
135: --Call function that will return the email addresses
136: l_email_addrs := get_email_address;
137: --Parse to get individual recipients
138: IF l_debug_on THEN
139: INV_LOG_UTIL.TRACE('l_mailhost: '||l_mailhost,l_module_name,'9');
140: INV_LOG_UTIL.TRACE('l_email_addrs: '||l_email_addrs,l_module_name,'9');
141: END IF;

Line 1269: FROM dual;

1265:
1266: IF (p_action_code='Validate MMTT') then ---{
1267: SELECT FND_PROFILE.VALUE('INV:EXPENSE_TO_ASSET_TRANSFER')
1268: INTO l_profile
1269: FROM dual;
1270:
1271: IF SQL%FOUND THEN
1272: IF l_profile = '2' THEN
1273: exp_to_ast_allowed := 1;