DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on WF_CORE

Line 599: wf_core.context('pa_hr_update_pa_objects',

595: EXCEPTION
596: /*
597: WHEN FND_API.G_EXC_ERROR
598: THEN
599: wf_core.context('pa_hr_update_pa_objects',
600: 'start_date_change',
601: itemtype,
602: itemkey,
603: to_char(actid),

Line 611: wf_core.context('pa_hr_update_pa_objects',

607: End if;
608:
609: WHEN FND_API.G_EXC_UNEXPECTED_ERROR
610: THEN
611: wf_core.context('pa_hr_update_pa_objects',
612: 'start_date_change',
613: itemtype,
614: itemkey,
615: to_char(actid),

Line 623: wf_core.context('pa_forecast_test',

619: End if;
620:
621: */
622: WHEN OTHERS THEN
623: wf_core.context('pa_forecast_test',
624: 'start_date_change',
625: itemtype,
626: itemkey,
627: to_char(actid),

Line 782: wf_core.context('pa_hr_update_pa_objects',

778: --
779: EXCEPTION
780: /* WHEN FND_API.G_EXC_ERROR
781: THEN
782: wf_core.context('pa_hr_update_pa_objects',
783: 'start_date_change',
784: itemtype,
785: itemkey,
786: to_char(actid),

Line 798: wf_core.context('pa_hr_update_pa_objects',

794: p_msg_data => l_msg_data);
795:
796: WHEN FND_API.G_EXC_UNEXPECTED_ERROR
797: THEN
798: wf_core.context('pa_hr_update_pa_objects',
799: 'start_date_change',
800: itemtype,
801: itemkey,
802: to_char(actid),

Line 818: wf_core.context('pa_forecast_test',

814: resultout := wf_engine.eng_completed||':'||'F';
815: */
816: WHEN OTHERS THEN
817: log_message('Execption OTHERS, '||SQLERRM ||', '|| SQLCODE);
818: wf_core.context('pa_forecast_test',
819: 'start_date_change',
820: itemtype,
821: itemkey,
822: to_char(actid),

Line 955: wf_core.context('pa_hr_update_pa_entities',

951: --
952: EXCEPTION
953: /* WHEN FND_API.G_EXC_ERROR
954: THEN
955: wf_core.context('pa_hr_update_pa_entities',
956: 'Full_Name_Change',
957: itemtype,
958: itemkey,
959: to_char(actid),

Line 972: wf_core.context('pa_hr_update_pa_entities',

968: resultout := wf_engine.eng_completed||':'||'F';
969:
970: WHEN FND_API.G_EXC_UNEXPECTED_ERROR
971: THEN
972: wf_core.context('pa_hr_update_pa_entities',
973: 'Full_Name_Change',
974: itemtype,
975: itemkey,
976: to_char(actid),

Line 991: wf_core.context('pa_hr_update_pa_entities',

987:
988: resultout := wf_engine.eng_completed||':'||'F';
989: */
990: WHEN OTHERS THEN
991: wf_core.context('pa_hr_update_pa_entities',
992: 'Full_Name_Change',
993: itemtype,
994: itemkey,
995: to_char(actid),

Line 1148: -- wf_core.context('pa_hr_update_pa_entities',

1144: THEN
1145: If (l_savepoint) then
1146: rollback to l_ou_change ;
1147: End if;
1148: -- wf_core.context('pa_hr_update_pa_entities',
1149: -- 'Full_Name_Change',
1150: -- itemtype,
1151: -- itemkey,
1152: -- to_char(actid),

Line 1168: -- wf_core.context('pa_hr_update_pa_entities',

1164:
1165: If (l_savepoint) then
1166: rollback to l_ou_change ;
1167: End if;
1168: -- wf_core.context('pa_hr_update_pa_entities',
1169: -- 'Full_Name_Change',
1170: -- itemtype,
1171: -- itemkey,
1172: -- to_char(actid),

Line 1191: -- wf_core.context('pa_hr_update_pa_entities',

1187: WHEN OTHERS THEN
1188: If (l_savepoint) then
1189: rollback to l_ou_change ;
1190: End if;
1191: -- wf_core.context('pa_hr_update_pa_entities',
1192: -- 'Full_Name_Change',
1193: -- itemtype,
1194: -- itemkey,
1195: -- to_char(actid),

Line 1350: wf_core.context('pa_hr_update_pa_entities',

1346: THEN
1347: If (l_savepoint) then
1348: rollback to l_valid_grade_change ;
1349: End if;
1350: wf_core.context('pa_hr_update_pa_entities',
1351: 'Valid_Grade_Change',
1352: itemtype,
1353: itemkey,
1354: to_char(actid),

Line 1367: wf_core.context('pa_hr_update_pa_entities',

1363: THEN
1364: If (l_savepoint) then
1365: rollback to l_valid_grade_change ;
1366: End if;
1367: wf_core.context('pa_hr_update_pa_entities',
1368: 'Valid_Grade_Change',
1369: itemtype,
1370: itemkey,
1371: to_char(actid),

Line 1385: wf_core.context('pa_hr_update_pa_entities',

1381: WHEN OTHERS THEN
1382: If (l_savepoint) then
1383: rollback to l_valid_grade_change ;
1384: End if;
1385: wf_core.context('pa_hr_update_pa_entities',
1386: 'Valid_Grade_Change',
1387: itemtype,
1388: itemkey,
1389: to_char(actid),

Line 1520: wf_core.context('pa_hr_update_pa_entities',

1516: THEN
1517: If (l_savepoint) then
1518: rollback to l_job_level_change ;
1519: End if;
1520: wf_core.context('pa_hr_update_pa_entities',
1521: 'Job_Change',
1522: itemtype,
1523: itemkey,
1524: to_char(actid),

Line 1539: wf_core.context('pa_hr_update_pa_entities',

1535: THEN
1536: If (l_savepoint) then
1537: rollback to l_job_level_change ;
1538: End if;
1539: wf_core.context('pa_hr_update_pa_entities',
1540: 'Job_Change',
1541: itemtype,
1542: itemkey,
1543: to_char(actid),

Line 1559: wf_core.context('pa_hr_update_pa_entities',

1555: WHEN OTHERS THEN
1556: If (l_savepoint) then
1557: rollback to l_job_level_change ;
1558: End if;
1559: wf_core.context('pa_hr_update_pa_entities',
1560: 'Job_Change',
1561: itemtype,
1562: itemkey,
1563: to_char(actid),

Line 1768: wf_core.context('pa_hr_update_pa_entities',

1764: THEN
1765: If (l_savepoint) then
1766: rollback to l_address_change ;
1767: end if;
1768: wf_core.context('pa_hr_update_pa_entities',
1769: 'Address_Change',
1770: itemtype,
1771: itemkey,
1772: to_char(actid),

Line 1788: wf_core.context('pa_hr_update_pa_entities',

1784: THEN
1785: If (l_savepoint) then
1786: rollback to l_address_change ;
1787: End if;
1788: wf_core.context('pa_hr_update_pa_entities',
1789: 'Address_Change',
1790: itemtype,
1791: itemkey,
1792: to_char(actid),

Line 1809: wf_core.context('pa_hr_update_pa_entities',

1805: If (l_savepoint) then
1806: rollback to l_address_change ;
1807: null;
1808: End if;
1809: wf_core.context('pa_hr_update_pa_entities',
1810: 'Address_Change',
1811: itemtype,
1812: itemkey,
1813: to_char(actid),

Line 1985: wf_core.context('pa_hr_update_pa_entities',

1981: THEN
1982: If (l_savepoint) then
1983: rollback to l_project_org_change ;
1984: end if;
1985: wf_core.context('pa_hr_update_pa_entities',
1986: 'Address_Change',
1987: itemtype,
1988: itemkey,
1989: to_char(actid),

Line 2005: wf_core.context('pa_hr_update_pa_entities',

2001: THEN
2002: If (l_savepoint) then
2003: rollback to l_project_org_change ;
2004: End if;
2005: wf_core.context('pa_hr_update_pa_entities',
2006: 'Project_Organization_Change',
2007: itemtype,
2008: itemkey,
2009: to_char(actid),

Line 2028: wf_core.context('pa_hr_update_pa_entities',

2024: If (l_savepoint) then
2025: rollback to l_project_org_change ;
2026: End if;
2027:
2028: wf_core.context('pa_hr_update_pa_entities',
2029: 'Project_Organization_Change',
2030: itemtype,
2031: itemkey,
2032: to_char(actid),

Line 2185: wf_core.context('pa_hr_update_pa_entities',

2181: THEN
2182: If (l_savepoint) then
2183: rollback to l_job_rel_change ;
2184: End if;
2185: wf_core.context('pa_hr_update_pa_entities',
2186: 'Address_Change',
2187: itemtype,
2188: itemkey,
2189: to_char(actid),

Line 2204: wf_core.context('pa_hr_update_pa_entities',

2200: THEN
2201: If (l_savepoint) then
2202: rollback to l_job_rel_change ;
2203: End if;
2204: wf_core.context('pa_hr_update_pa_entities',
2205: 'Address_Change',
2206: itemtype,
2207: itemkey,
2208: to_char(actid),

Line 2225: wf_core.context('pa_hr_update_pa_entities',

2221: If (l_savepoint) then
2222: rollback to l_job_rel_change ;
2223: End if;
2224:
2225: wf_core.context('pa_hr_update_pa_entities',
2226: 'Address_Change',
2227: itemtype,
2228: itemkey,
2229: to_char(actid),

Line 2811: wf_core.context ('pa_hr_update_pa_objects',

2807: If (l_savepoint) then
2808: rollback to l_assignment_change ;
2809: end if;
2810:
2811: wf_core.context ('pa_hr_update_pa_objects',
2812: 'start_date_change',
2813: itemtype,
2814: itemkey,
2815: to_char(actid),

Line 2842: wf_core.context('pa_hr_update_pa_objects',

2838: If (l_savepoint) then
2839: rollback to l_assignment_change ;
2840: End if;
2841:
2842: wf_core.context('pa_hr_update_pa_objects',
2843: 'start_date_change',
2844: itemtype,
2845: itemkey,
2846: to_char(actid),

Line 2871: /* wf_core.context ('pa_forecast_test',

2867: WHEN OTHERS THEN
2868: If (l_savepoint) then
2869: rollback to l_assignment_change ;
2870: End if;
2871: /* wf_core.context ('pa_forecast_test',
2872: 'start_date_change',
2873: itemtype,
2874: itemkey,
2875: to_char(actid),

Line 3252: wf_core.context('pa_hr_update_pa_entities',

3248:
3249: EXCEPTION
3250: WHEN OTHERS THEN
3251: log_message('Execption OTHERS, '||SQLERRM ||', '|| SQLCODE);
3252: wf_core.context('pa_hr_update_pa_entities',
3253: 'Start_fte_sync_wf',
3254: itemtype,
3255: itemkey,
3256: to_char(actid),