DBA Data[Home] [Help]

APPS.CSM_LOBS_EVENT_PKG dependencies on FND_PROFILE

Line 187: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN

183: l_tab_document_id.delete;
184: l_tab_title.delete;
185:
186: --If the max size of attachment is less than 1, then exit.
187: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN
188: /*Update the last run date*/
189: UPDATE jtm_con_request_data SET last_run_date = l_run_date
190: WHERE package_name = 'CSM_LOBS_EVENT_PKG'
191: AND procedure_name = 'CONC_DOWNLOAD_ATTACHMENTS';

Line 619: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN

615: l_tab_document_id.delete;
616: l_tab_title.delete;
617:
618: --If the max size of attachment is less than 1, then exit.
619: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN
620: IF g_debug_level = JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_FULL THEN
621: jtm_message_log_pkg.Log_Msg
622: ( 0
623: , g_table_name

Line 1024: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN

1020: END IF;
1021:
1022: --If the max size of attachment is less than 1, then exit.(this should be done only
1023: --for SR and TASK attachments)
1024: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN
1025: IF g_debug_level = JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_FULL THEN
1026: jtm_message_log_pkg.Log_Msg
1027: ( 0
1028: , g_table_name

Line 1562: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN

1558: );
1559: END IF;
1560: --If the max size of attachment is less than 1, then exit.(this should be done only
1561: --for SR and TASK attachments)
1562: IF (TO_NUMBER(FND_PROFILE.Value('CSM_MAX_ATTACHMENT_SIZE')) < 1) THEN
1563: IF g_debug_level = JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_FULL THEN
1564: jtm_message_log_pkg.Log_Msg
1565: ( 0
1566: , g_table_name