DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on WF_CORE

Line 1512: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1508:
1509: exception
1510: when others then
1511: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1512: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1513: raise;
1514: end getDeploymentType;
1515:
1516:

Line 1556: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1552:
1553: exception
1554: when others then
1555: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1556: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1557: raise;
1558: end getPersonDeploymentId;
1559:
1560:

Line 1601: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1597:
1598: exception
1599: when others then
1600: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1601: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1602: raise;
1603: end getFromPersonId;
1604:
1605: /***************************************************************************************/

Line 1643: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1639:
1640: exception
1641: when others then
1642: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1643: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1644: raise;
1645: end getToBgId;
1646:
1647: /*********************************************************************************/

Line 1685: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1681:
1682: exception
1683: when others then
1684: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1685: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1686: raise;
1687: end getPersonTypeId;
1688:
1689:

Line 1729: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1725:
1726: exception
1727: when others then
1728: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1729: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1730: raise;
1731: end getStartDate;
1732:
1733:

Line 1773: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1769:
1770: exception
1771: when others then
1772: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1773: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1774: raise;
1775: end getEndDate;
1776:
1777:

Line 1819: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1815:
1816: exception
1817: when others then
1818: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1819: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1820: raise;
1821: end getEmployeeNumber;
1822:
1823:

Line 1864: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1860:
1861: exception
1862: when others then
1863: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1864: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1865: raise;
1866: end getFromBgId;
1867:
1868:

Line 1909: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1905:
1906: exception
1907: when others then
1908: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1909: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1910: raise;
1911: end getOrganizationId;
1912:
1913: /***************************************************************************/

Line 1952: Wf_Core.Context(g_package, c_proc, p_transaction_id);

1948:
1949: exception
1950: when others then
1951: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
1952: Wf_Core.Context(g_package, c_proc, p_transaction_id);
1953: raise;
1954: end getJobId;
1955:
1956: /*********************************/

Line 2015: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2011:
2012: exception
2013: when others then
2014: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2015: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2016: raise;
2017: end isUpdateAllowed;
2018:
2019:

Line 2091: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2087:
2088: exception
2089: when others then
2090: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2091: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2092: raise;
2093: end isDeleteAllowed;
2094:
2095:

Line 2143: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2139:
2140: exception
2141: when others then
2142: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2143: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2144: raise;
2145: end isInitAllowed;
2146:
2147:

Line 2200: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2196:
2197: exception
2198: when others then
2199: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2200: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2201: raise;
2202: end isReturnInitAllowed;
2203:
2204:

Line 2243: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2239:
2240: exception
2241: when others then
2242: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2243: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2244: raise;
2245: end getActionMode;
2246:
2247: /***************************************************************************************/

Line 2316: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2312:
2313: exception
2314: when others then
2315: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2316: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2317: raise;
2318: end getStatus;
2319:
2320:

Line 2360: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2356:
2357: exception
2358: when others then
2359: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2360: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2361: raise;
2362: end getToPersonId;
2363:
2364:

Line 2403: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2399:
2400: exception
2401: when others then
2402: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2403: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2404: raise;
2405: end getOvn;
2406:
2407:

Line 2635: Wf_Core.Context(g_package, c_proc, p_deployment_id);

2631:
2632: exception
2633: when others then
2634: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2635: Wf_Core.Context(g_package, c_proc, p_deployment_id);
2636: raise;
2637: end getDeploymentStatus;
2638:
2639: /**************************************************************************************/

Line 2701: Wf_Core.Context(g_package, c_proc, p_transaction_id);

2697:
2698: exception
2699: when others then
2700: hr_utility.set_location(g_package||c_proc|| 'errored : '||SQLERRM ||' '||to_char(SQLCODE), 30);
2701: Wf_Core.Context(g_package, c_proc, p_transaction_id);
2702: raise;
2703: end getDeploymentStatus;
2704:
2705: procedure getGoldApprovalMsgSubject(document_id IN Varchar2,

Line 2753: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);

2749: exception
2750: when others then
2751: document :=null;
2752: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored for custom call: '||SQLERRM ||' '||to_char(SQLCODE), 100);
2753: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2754: raise;
2755: end;
2756: */
2757:

Line 2899: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);

2895: exception
2896: when others then
2897: document :=null;
2898: hr_utility.set_location('hr_workflow_ss.getApprovalMsgSubject errored : '||SQLERRM ||' '||to_char(SQLCODE), 40);
2899: Wf_Core.Context('hr_workflow_ss', 'getApprovalMsgSubject', document_id, display_type);
2900: raise;
2901: end getGoldApprovalMsgSubject;
2902:
2903: procedure set_start_date(p_transaction_id in number,p_effective_date in date)