DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_PKG dependencies on WF_CORE

Line 21: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',

17: Create_And_Start_Wf(p_request_Id);
18:
19: EXCEPTION
20: WHEN OTHERS THEN
21: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
22: 'Start_AutoAllocation_Workflow', p_item_type, p_item_key);
23: Wf_Core.Get_Error(err_name,err_msg,err_stack);
24: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
25: diagn_debug_msg('Start_AutoAllocation_Workflow: ' || err_msg ||'*'||err_stack);

Line 23: Wf_Core.Get_Error(err_name,err_msg,err_stack);

19: EXCEPTION
20: WHEN OTHERS THEN
21: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
22: 'Start_AutoAllocation_Workflow', p_item_type, p_item_key);
23: Wf_Core.Get_Error(err_name,err_msg,err_stack);
24: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
25: diagn_debug_msg('Start_AutoAllocation_Workflow: ' || err_msg ||'*'||err_stack);
26: END IF;
27: Raise;

Line 267: wf_monitor.GetUrl(wf_core.translate('WF_WEB_AGENT'),

263:
264: -- Get the monitor URL
265: begin
266: l_monitor_url :=
267: wf_monitor.GetUrl(wf_core.translate('WF_WEB_AGENT'),
268: p_item_type, p_item_key,'YES');
269: Exception
270: When others then
271: l_monitor_url := 'Invalid URL';

Line 462: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',

458:
459: End If;
460: EXCEPTION
461: WHEN OTHERS THEN
462: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
463: 'set_wf_variables', p_item_type, p_item_key);
464: Wf_Core.Get_Error(err_name,err_msg,err_stack);
465: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
466: diagn_debug_msg('Create_And_Start_Wf: ' || err_msg ||'*'||err_stack);

Line 464: Wf_Core.Get_Error(err_name,err_msg,err_stack);

460: EXCEPTION
461: WHEN OTHERS THEN
462: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
463: 'set_wf_variables', p_item_type, p_item_key);
464: Wf_Core.Get_Error(err_name,err_msg,err_stack);
465: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
466: diagn_debug_msg('Create_And_Start_Wf: ' || err_msg ||'*'||err_stack);
467: END IF;
468: Raise;

Line 688: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Next_Step_Type', p_item_type, p_item_key);

684: End If;
685:
686: EXCEPTION
687: WHEN OTHERS THEN
688: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Next_Step_Type', p_item_type, p_item_key);
689: Wf_Core.Get_Error(err_name,err_msg,err_stack);
690: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
691: diagn_debug_msg('Next_Step_Type: ' || err_msg ||'*'||err_stack);
692: END IF;

Line 689: Wf_Core.Get_Error(err_name,err_msg,err_stack);

685:
686: EXCEPTION
687: WHEN OTHERS THEN
688: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Next_Step_Type', p_item_type, p_item_key);
689: Wf_Core.Get_Error(err_name,err_msg,err_stack);
690: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
691: diagn_debug_msg('Next_Step_Type: ' || err_msg ||'*'||err_stack);
692: END IF;
693: Update_Status(to_number(p_item_key)

Line 766: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Find_Je_Batch_Type', p_item_type, p_item_key);

762: End If;
763:
764: EXCEPTION
765: WHEN OTHERS THEN
766: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Find_Je_Batch_Type', p_item_type, p_item_key);
767: Wf_Core.Get_Error(err_name,err_msg,err_stack);
768: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
769: diagn_debug_msg('Find_Je_Batch_Type: ' || err_msg ||'*'||err_stack);
770: END IF;

Line 767: Wf_Core.Get_Error(err_name,err_msg,err_stack);

763:
764: EXCEPTION
765: WHEN OTHERS THEN
766: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Find_Je_Batch_Type', p_item_type, p_item_key);
767: Wf_Core.Get_Error(err_name,err_msg,err_stack);
768: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
769: diagn_debug_msg('Find_Je_Batch_Type: ' || err_msg ||'*'||err_stack);
770: END IF;
771: Update_Status(to_number(p_item_key)

Line 852: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Review_Required', p_item_type, p_item_key);

848: NULL;
849: End If;
850: EXCEPTION
851: WHEN OTHERS THEN
852: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Review_Required', p_item_type, p_item_key);
853: Wf_Core.Get_Error(err_name,err_msg,err_stack);
854: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
855: diagn_debug_msg('Is_Review_Required: ' || err_msg ||'*'||err_stack);
856: END IF;

Line 853: Wf_Core.Get_Error(err_name,err_msg,err_stack);

849: End If;
850: EXCEPTION
851: WHEN OTHERS THEN
852: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Review_Required', p_item_type, p_item_key);
853: Wf_Core.Get_Error(err_name,err_msg,err_stack);
854: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
855: diagn_debug_msg('Is_Review_Required: ' || err_msg ||'*'||err_stack);
856: END IF;
857: Update_Status(to_number(p_item_key)

Line 945: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);

941: NULL;
942: End If;
943: EXCEPTION
944: WHEN OTHERS THEN
945: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);
946: Wf_Core.Get_Error(err_name,err_msg,err_stack);
947: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
948: diagn_debug_msg('Is_Approval_Required: ' || err_msg ||'*'||err_stack);
949: END IF;

Line 946: Wf_Core.Get_Error(err_name,err_msg,err_stack);

942: End If;
943: EXCEPTION
944: WHEN OTHERS THEN
945: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);
946: Wf_Core.Get_Error(err_name,err_msg,err_stack);
947: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
948: diagn_debug_msg('Is_Approval_Required: ' || err_msg ||'*'||err_stack);
949: END IF;
950: -- set status code to unexpected fatal error

Line 1062: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Launch_JE_Approval', p_item_type, p_item_key);

1058: NULL;
1059: End If;
1060: EXCEPTION
1061: WHEN OTHERS THEN
1062: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Launch_JE_Approval', p_item_type, p_item_key);
1063: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1064: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1065: diagn_debug_msg('Launch_JE_Approval: ' || err_msg ||'*'||err_stack);
1066: END IF;

Line 1063: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1059: End If;
1060: EXCEPTION
1061: WHEN OTHERS THEN
1062: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Launch_JE_Approval', p_item_type, p_item_key);
1063: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1064: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1065: diagn_debug_msg('Launch_JE_Approval: ' || err_msg ||'*'||err_stack);
1066: END IF;
1067: Update_Status(to_number(p_item_key)

Line 1175: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);

1171: NULL;
1172: End If;
1173: EXCEPTION
1174: WHEN OTHERS THEN
1175: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);
1176: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1177: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1178: diagn_debug_msg('Is_Batch_Approved: ' || err_msg ||'*'||err_stack);
1179: END IF;

Line 1176: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1172: End If;
1173: EXCEPTION
1174: WHEN OTHERS THEN
1175: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Approval_Required', p_item_type, p_item_key);
1176: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1177: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1178: diagn_debug_msg('Is_Batch_Approved: ' || err_msg ||'*'||err_stack);
1179: END IF;
1180: Update_Status(to_number(p_item_key)

Line 1322: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Generated', p_item_type, p_item_key);

1318: NULL;
1319: End If;
1320: EXCEPTION
1321: WHEN OTHERS THEN
1322: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Generated', p_item_type, p_item_key);
1323: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1324: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1325: diagn_debug_msg('Is_Batch_Generated: ' || err_msg ||'*'||err_stack);
1326: END IF;

Line 1323: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1319: End If;
1320: EXCEPTION
1321: WHEN OTHERS THEN
1322: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Generated', p_item_type, p_item_key);
1323: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1324: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1325: diagn_debug_msg('Is_Batch_Generated: ' || err_msg ||'*'||err_stack);
1326: END IF;
1327: -- set status code to unexpected fatal error

Line 1454: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_Batch', p_item_type, p_item_key);

1450: NULL;
1451: End If;
1452: EXCEPTION
1453: WHEN OTHERS THEN
1454: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_Batch', p_item_type, p_item_key);
1455: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1456: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1457: diagn_debug_msg('Select_And_Validate_Batch: ' || err_msg ||'*'||err_stack);
1458: END IF;

Line 1455: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1451: End If;
1452: EXCEPTION
1453: WHEN OTHERS THEN
1454: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_Batch', p_item_type, p_item_key);
1455: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1456: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1457: diagn_debug_msg('Select_And_Validate_Batch: ' || err_msg ||'*'||err_stack);
1458: END IF;
1459: -- set status code to unexpected fatal error

Line 1565: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Posted', p_item_type, p_item_key);

1561: NULL;
1562: End If;
1563: EXCEPTION
1564: WHEN OTHERS THEN
1565: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Posted', p_item_type, p_item_key);
1566: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1567: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1568: diagn_debug_msg('Is_Batch_Posted: ' || err_msg ||'*'||err_stack);
1569: END IF;

Line 1566: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1562: End If;
1563: EXCEPTION
1564: WHEN OTHERS THEN
1565: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Batch_Posted', p_item_type, p_item_key);
1566: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1567: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1568: diagn_debug_msg('Is_Batch_Posted: ' || err_msg ||'*'||err_stack);
1569: END IF;
1570: Update_Status(to_number(p_item_key)

Line 1692: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Delete_Batch', p_item_type, p_item_key);

1688: NULL;
1689: End If;
1690: EXCEPTION
1691: WHEN OTHERS THEN
1692: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Delete_Batch', p_item_type, p_item_key);
1693: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1694: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1695: diagn_debug_msg('Delete_Batch: ' || err_msg ||'*'||err_stack);
1696: END IF;

Line 1693: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1689: End If;
1690: EXCEPTION
1691: WHEN OTHERS THEN
1692: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Delete_Batch', p_item_type, p_item_key);
1693: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1694: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1695: diagn_debug_msg('Delete_Batch: ' || err_msg ||'*'||err_stack);
1696: END IF;
1697: Update_Status(to_number(p_item_key)

Line 1899: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_More_JE_Reverse', p_item_type, p_item_key);

1895: EXCEPTION
1896: WHEN NO_DATA_FOUND Then
1897: Null;
1898: WHEN OTHERS THEN
1899: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_More_JE_Reverse', p_item_type, p_item_key);
1900: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1901: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1902: diagn_debug_msg('Are_More_JE_Reverse: ' || err_msg ||'*'||err_stack);
1903: END IF;

Line 1900: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1896: WHEN NO_DATA_FOUND Then
1897: Null;
1898: WHEN OTHERS THEN
1899: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_More_JE_Reverse', p_item_type, p_item_key);
1900: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1901: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1902: diagn_debug_msg('Are_More_JE_Reverse: ' || err_msg ||'*'||err_stack);
1903: END IF;
1904: Update_Status(to_number(p_item_key)

Line 1972: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Posting_Required', p_item_type, p_item_key);

1968: NULL;
1969: End If;
1970: EXCEPTION
1971: WHEN OTHERS THEN
1972: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Posting_Required', p_item_type, p_item_key);
1973: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1974: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1975: diagn_debug_msg('Is_Posting_Required: ' || err_msg ||'*'||err_stack);
1976: END IF;

Line 1973: Wf_Core.Get_Error(err_name,err_msg,err_stack);

1969: End If;
1970: EXCEPTION
1971: WHEN OTHERS THEN
1972: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Posting_Required', p_item_type, p_item_key);
1973: Wf_Core.Get_Error(err_name,err_msg,err_stack);
1974: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
1975: diagn_debug_msg('Is_Posting_Required: ' || err_msg ||'*'||err_stack);
1976: END IF;
1977: Raise;

Line 2056: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Jrnl_Reversed', p_item_type, p_item_key);

2052: NULL;
2053: End If;
2054: EXCEPTION
2055: WHEN OTHERS THEN
2056: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Jrnl_Reversed', p_item_type, p_item_key);
2057: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2058: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2059: diagn_debug_msg('Is_Jrnl_Reversed: ' || err_msg ||'*'||err_stack);
2060: END IF;

Line 2057: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2053: End If;
2054: EXCEPTION
2055: WHEN OTHERS THEN
2056: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Jrnl_Reversed', p_item_type, p_item_key);
2057: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2058: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2059: diagn_debug_msg('Is_Jrnl_Reversed: ' || err_msg ||'*'||err_stack);
2060: END IF;
2061: Update_Status(to_number(p_item_key)

Line 2178: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_AllBatches', p_item_type, p_item_key);

2174: NULL;
2175: End If;
2176: EXCEPTION
2177: WHEN OTHERS THEN
2178: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_AllBatches', p_item_type, p_item_key);
2179: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2180: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2181: diagn_debug_msg('Select_And_Validate_AllBatches: ' || err_msg ||'*'||err_stack);
2182: END IF;

Line 2179: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2175: End If;
2176: EXCEPTION
2177: WHEN OTHERS THEN
2178: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Select_And_Validate_AllBatches', p_item_type, p_item_key);
2179: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2180: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2181: diagn_debug_msg('Select_And_Validate_AllBatches: ' || err_msg ||'*'||err_stack);
2182: END IF;
2183: Update_Status(to_number(p_item_key)

Line 2281: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_All_Batches_Posted', p_item_type, p_item_key);

2277: NULL;
2278: End If;
2279: EXCEPTION
2280: WHEN OTHERS THEN
2281: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_All_Batches_Posted', p_item_type, p_item_key);
2282: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2283: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2284: diagn_debug_msg('Are_All_Batches_Posted: ' || err_msg ||'*'||err_stack);
2285: END IF;

Line 2282: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2278: End If;
2279: EXCEPTION
2280: WHEN OTHERS THEN
2281: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Are_All_Batches_Posted', p_item_type, p_item_key);
2282: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2283: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2284: diagn_debug_msg('Are_All_Batches_Posted: ' || err_msg ||'*'||err_stack);
2285: END IF;
2286: Update_Status(to_number(p_item_key)

Line 2329: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Rollback_Allowed', p_item_type, p_item_key);

2325: NULL;
2326: End If;
2327: EXCEPTION
2328: WHEN OTHERS THEN
2329: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Rollback_Allowed', p_item_type, p_item_key);
2330: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2331: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2332: diagn_debug_msg('Is_Rollback_Allowed: ' || err_msg ||'*'||err_stack);
2333: END IF;

Line 2330: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2326: End If;
2327: EXCEPTION
2328: WHEN OTHERS THEN
2329: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Is_Rollback_Allowed', p_item_type, p_item_key);
2330: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2331: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2332: diagn_debug_msg('Is_Rollback_Allowed: ' || err_msg ||'*'||err_stack);
2333: END IF;
2334: Raise;

Line 2464: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_MA_PROGRAM', p_item_type, p_item_key);

2460: End If;
2461:
2462: EXCEPTION
2463: WHEN OTHERS THEN
2464: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_MA_PROGRAM', p_item_type, p_item_key);
2465: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2466: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2467: diagn_debug_msg('SUBMIT_MA_PROGRAM: ' || err_msg ||'*'||err_stack);
2468: END IF;

Line 2465: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2461:
2462: EXCEPTION
2463: WHEN OTHERS THEN
2464: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_MA_PROGRAM', p_item_type, p_item_key);
2465: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2466: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2467: diagn_debug_msg('SUBMIT_MA_PROGRAM: ' || err_msg ||'*'||err_stack);
2468: END IF;
2469: -- set status code to unexpected fatal error

Line 2656: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_POSTING_PROGRAM', p_item_type, p_item_key);

2652: NULL;
2653: End If;
2654: EXCEPTION
2655: WHEN OTHERS THEN
2656: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_POSTING_PROGRAM', p_item_type, p_item_key);
2657: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2658: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2659: diagn_debug_msg('SUBMIT_POSTING_PROGRAM: ' || err_msg ||'*'||err_stack);
2660: END IF;

Line 2657: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2653: End If;
2654: EXCEPTION
2655: WHEN OTHERS THEN
2656: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_POSTING_PROGRAM', p_item_type, p_item_key);
2657: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2658: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2659: diagn_debug_msg('SUBMIT_POSTING_PROGRAM: ' || err_msg ||'*'||err_stack);
2660: END IF;
2661: Update_Status(to_number(p_item_key)

Line 2932: Wf_Core.Context('GL_WF_JE_APPROVAL_PKG', 'is_je_valid_for_posting', itemtype, itemkey);

2928: result := 'Y';
2929:
2930: EXCEPTION
2931: WHEN OTHERS THEN
2932: Wf_Core.Context('GL_WF_JE_APPROVAL_PKG', 'is_je_valid_for_posting', itemtype, itemkey);
2933: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2934: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2935: diagn_debug_msg('Is_je_valid_for_posting: ' || err_msg ||'*'||err_stack);
2936: END IF;

Line 2933: Wf_Core.Get_Error(err_name,err_msg,err_stack);

2929:
2930: EXCEPTION
2931: WHEN OTHERS THEN
2932: Wf_Core.Context('GL_WF_JE_APPROVAL_PKG', 'is_je_valid_for_posting', itemtype, itemkey);
2933: Wf_Core.Get_Error(err_name,err_msg,err_stack);
2934: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
2935: diagn_debug_msg('Is_je_valid_for_posting: ' || err_msg ||'*'||err_stack);
2936: END IF;
2937: Raise;

Line 3031: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_RJE_PROGRAM', p_item_type, p_item_key);

3027: NULL;
3028: End If;
3029: EXCEPTION
3030: WHEN OTHERS THEN
3031: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_RJE_PROGRAM', p_item_type, p_item_key);
3032: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3033: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3034: diagn_debug_msg('SUBMIT_RJE_PROGRAM: ' || err_msg ||'*'||err_stack);
3035: END IF;

Line 3032: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3028: End If;
3029: EXCEPTION
3030: WHEN OTHERS THEN
3031: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_RJE_PROGRAM', p_item_type, p_item_key);
3032: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3033: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3034: diagn_debug_msg('SUBMIT_RJE_PROGRAM: ' || err_msg ||'*'||err_stack);
3035: END IF;
3036: -- set status code to unexpected fatal error

Line 3129: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_REV_PROGRAM', p_item_type, p_item_key);

3125: NULL;
3126: End If;
3127: EXCEPTION
3128: WHEN OTHERS THEN
3129: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_REV_PROGRAM', p_item_type, p_item_key);
3130: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3131: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3132: diagn_debug_msg('SUBMIT_REV_PROGRAM: ' || err_msg ||'*'||err_stack);
3133: END IF;

Line 3130: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3126: End If;
3127: EXCEPTION
3128: WHEN OTHERS THEN
3129: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SUBMIT_REV_PROGRAM', p_item_type, p_item_key);
3130: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3131: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3132: diagn_debug_msg('SUBMIT_REV_PROGRAM: ' || err_msg ||'*'||err_stack);
3133: END IF;
3134: -- set status code to unexpected fatal error

Line 3316: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'WAITING_TO_COMPLETE', p_item_type, p_item_key);

3312: NULL;
3313: End If;
3314: EXCEPTION
3315: When Others Then
3316: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'WAITING_TO_COMPLETE', p_item_type, p_item_key);
3317: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3318: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3319: diagn_debug_msg('WAITING_TO_COMPLETE: ' || err_msg ||'*'||err_stack);
3320: END IF;

Line 3317: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3313: End If;
3314: EXCEPTION
3315: When Others Then
3316: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'WAITING_TO_COMPLETE', p_item_type, p_item_key);
3317: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3318: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3319: diagn_debug_msg('WAITING_TO_COMPLETE: ' || err_msg ||'*'||err_stack);
3320: END IF;
3321: Update_Status(to_number(p_item_key)

Line 3507: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'VAL_SET_FOR_ROLLBACK', p_item_type, p_item_key);

3503: NULL;
3504: End If;
3505: EXCEPTION
3506: WHEN OTHERS THEN
3507: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'VAL_SET_FOR_ROLLBACK', p_item_type, p_item_key);
3508: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3509: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3510: diagn_debug_msg('VAL_SET_FOR_ROLLBACK: ' || err_msg ||'*'||err_stack);
3511: END IF;

Line 3508: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3504: End If;
3505: EXCEPTION
3506: WHEN OTHERS THEN
3507: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'VAL_SET_FOR_ROLLBACK', p_item_type, p_item_key);
3508: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3509: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3510: diagn_debug_msg('VAL_SET_FOR_ROLLBACK: ' || err_msg ||'*'||err_stack);
3511: END IF;
3512: Update_Status(to_number(p_item_key)

Line 3562: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'END_FAIL', p_item_type, p_item_key);

3558: NULL;
3559: End If;
3560: EXCEPTION
3561: WHEN OTHERS THEN
3562: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'END_FAIL', p_item_type, p_item_key);
3563: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3564: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3565: diagn_debug_msg('End_Fail: ' || err_msg ||'*'||err_stack);
3566: END IF;

Line 3563: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3559: End If;
3560: EXCEPTION
3561: WHEN OTHERS THEN
3562: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'END_FAIL', p_item_type, p_item_key);
3563: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3564: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3565: diagn_debug_msg('End_Fail: ' || err_msg ||'*'||err_stack);
3566: END IF;
3567: Raise;

Line 3590: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SELECTOR_FUNC', p_item_type, p_item_key);

3586: End If;
3587:
3588: EXCEPTION
3589: WHEN OTHERS THEN
3590: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SELECTOR_FUNC', p_item_type, p_item_key);
3591: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3592: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3593: diagn_debug_msg('Selector_Func: ' || err_msg ||'*'||err_stack);
3594: END IF;

Line 3591: Wf_Core.Get_Error(err_name,err_msg,err_stack);

3587:
3588: EXCEPTION
3589: WHEN OTHERS THEN
3590: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'SELECTOR_FUNC', p_item_type, p_item_key);
3591: Wf_Core.Get_Error(err_name,err_msg,err_stack);
3592: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
3593: diagn_debug_msg('Selector_Func: ' || err_msg ||'*'||err_stack);
3594: END IF;
3595: Raise;

Line 4087: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',

4083: End If;
4084: G_FILE_PTR := utl_file.fopen(G_DIR, G_FILE, 'a');
4085: Exception
4086: When Others Then
4087: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
4088: 'initialize_debug', 'GLALLOC', p_item_key);
4089: Wf_Core.Get_Error(err_name,err_msg,err_stack);
4090: diagn_debug_msg_flag := FALSE;
4091: --Raise;

Line 4089: Wf_Core.Get_Error(err_name,err_msg,err_stack);

4085: Exception
4086: When Others Then
4087: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
4088: 'initialize_debug', 'GLALLOC', p_item_key);
4089: Wf_Core.Get_Error(err_name,err_msg,err_stack);
4090: diagn_debug_msg_flag := FALSE;
4091: --Raise;
4092: End initialize_debug;
4093:

Line 4114: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',

4110: UTL_FILE.INVALID_FILEHANDLE THEN
4111: diagn_debug_msg_flag := FALSE;
4112: null;
4113: WHEN OTHERS THEN
4114: Wf_Core.Context('GL_AUTO_ALLOCATION_WF_PKG',
4115: 'diagn_debug_msg', 'GLALLOC', p_item_key);
4116: diagn_debug_msg_flag := FALSE;
4117: null;
4118: End diagn_debug_msg;

Line 4195: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Continue_Next_Step', p_item_type, p_item_key);

4191: NULL;
4192: End If;
4193: EXCEPTION
4194: WHEN OTHERS THEN
4195: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Continue_Next_Step', p_item_type, p_item_key);
4196: Wf_Core.Get_Error(err_name,err_msg,err_stack);
4197: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
4198: diagn_debug_msg('Continue_Next_Step: ' || err_msg ||'*'||err_stack);
4199: END IF;

Line 4196: Wf_Core.Get_Error(err_name,err_msg,err_stack);

4192: End If;
4193: EXCEPTION
4194: WHEN OTHERS THEN
4195: Wf_Core.Context('GL_AUTO_ALLOC_WF_PKG', 'Continue_Next_Step', p_item_type, p_item_key);
4196: Wf_Core.Get_Error(err_name,err_msg,err_stack);
4197: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
4198: diagn_debug_msg('Continue_Next_Step: ' || err_msg ||'*'||err_stack);
4199: END IF;
4200: Update_Status(to_number(p_item_key)