DBA Data[Home] [Help]

APPS.INVTROAP dependencies on WF_CORE

Line 191: wf_core.context('INVTROAP','Start_TO_Approval',l_itemtype,l_itemkey);

187: ( 'INVTROAP'
188: , 'Start_TO_Approval'
189: );
190: END IF;
191: wf_core.context('INVTROAP','Start_TO_Approval',l_itemtype,l_itemkey);
192: Raise FND_API.G_EXC_UNEXPECTED_ERROR;
193:
194: End Start_TO_Approval;
195:

Line 249: wf_core.context('INVTROAP','Check_TO_Status',itemtype,

245: end if;
246:
247: Exception
248: When others then
249: wf_core.context('INVTROAP','Check_TO_Status',itemtype,
250: itemkey, to_char(actid),funcmode);
251: raise;
252:
253: End Check_TO_Status;

Line 487: wf_core.context('INVTROAP','Spawn_TO_Lines',itemtype,itemkey,

483: end if;
484:
485: Exception
486: when others then
487: wf_core.context('INVTROAP','Spawn_TO_Lines',itemtype,itemkey,
488: actid,funcmode);
489: raise;
490:
491: End Spawn_TO_Lines;

Line 549: wf_core.context('INVTROAP','Get_TO_Approval_Status',itemtype,itemkey,

545:
546: end if;
547: Exception
548: when others then
549: wf_core.context('INVTROAP','Get_TO_Approval_Status',itemtype,itemkey,
550: to_char(actid),funcmode);
551: raise;
552:
553: End Evaluate_TO_Status;

Line 584: wf_core.context('INVTROAP','Upd_TO_Approved',itemtype,itemkey,

580: end if;
581:
582: exception
583: when others then
584: wf_core.context('INVTROAP','Upd_TO_Approved',itemtype,itemkey,
585: to_char(actid),funcmode);
586: raise;
587:
588: End Upd_TO_Approved;

Line 620: wf_core.context('INVTROAP','Upd_TO_Part_Approved',itemtype,itemkey,

616: end if;
617:
618: exception
619: when others then
620: wf_core.context('INVTROAP','Upd_TO_Part_Approved',itemtype,itemkey,
621: to_char(actid),funcmode);
622: raise;
623:
624: End Upd_TO_Part_Approved;

Line 660: wf_core.context('INVTROAP','Upd_TO_Rejected',itemtype,itemkey,

656: end if;
657:
658: exception
659: when others then
660: wf_core.context('INVTROAP','Upd_TO_Rejected',itemtype,itemkey,
661: to_char(actid),funcmode);
662: raise;
663:
664: End Upd_TO_Rejected;

Line 754: wf_core.context('INVTROAP','Null_Planner',itemtype,itemkey,

750: end if;
751:
752: exception
753: when others then
754: wf_core.context('INVTROAP','Null_Planner',itemtype,itemkey,
755: to_char(actid),funcmode);
756: raise;
757:
758: End Check_Null_Planner;

Line 848: wf_core.context('INVTROAP','Requestor_Is_Planner',itemtype,itemkey,

844: end if;
845:
846: exception
847: when others then
848: wf_core.context('INVTROAP','Requestor_Is_Planner',itemtype,itemkey,
849: to_char(actid),funcmode);
850: raise;
851:
852: End Requestor_Is_Planner;

Line 895: wf_core.context('INVTROAP','TimeOut_Action',itemtype,itemkey,

891: end if;
892:
893: exception
894: when others then
895: wf_core.context('INVTROAP','TimeOut_Action',itemtype,itemkey,
896: to_char(actid),funcmode);
897: raise;
898: End TimeOut_Action;
899:

Line 944: wf_core.context('INVTROAP','Upd_Line_Approve',itemtype,itemkey,

940: end if;
941:
942: exception
943: when others then
944: wf_core.context('INVTROAP','Upd_Line_Approve',itemtype,itemkey,
945: to_char(actid),funcmode);
946: raise;
947:
948: End Upd_Line_Approve;

Line 991: wf_core.context('INVTROAP','Upd_Line_Reject',itemtype,itemkey,

987: end if;
988:
989: exception
990: when others then
991: wf_core.context('INVTROAP','Upd_Line_Reject',itemtype,itemkey,
992: to_char(actid),funcmode);
993: raise;
994:
995: End Upd_Line_Reject;

Line 1055: wf_core.context('INVTROAP','Compute_Timeout',itemtype,itemkey,

1051: end if;
1052:
1053: exception
1054: when others then
1055: wf_core.context('INVTROAP','Compute_Timeout',itemtype,itemkey,
1056: to_char(actid),funcmode);
1057: raise;
1058: End Compute_Timeout;
1059:

Line 1252: wf_core.context('INVTROAP','More_TO_Lines',itemtype,itemkey,

1248: end if;
1249:
1250: exception
1251: when others then
1252: wf_core.context('INVTROAP','More_TO_Lines',itemtype,itemkey,
1253: to_char(actid),funcmode);
1254: raise;
1255: End More_TO_Lines;
1256:

Line 1295: wf_core.context('INVTROAP','Check_To_Sub_Roles',itemtype,itemkey,

1291: end if;
1292:
1293: exception
1294: when others then
1295: wf_core.context('INVTROAP','Check_To_Sub_Roles',itemtype,itemkey,
1296: to_char(actid),funcmode);
1297: raise;
1298:
1299: End Check_To_Sub_Roles;

Line 1338: wf_core.context('INVTROAP','Check_From_Sub_Roles',itemtype,itemkey,

1334: end if;
1335:
1336: exception
1337: when others then
1338: wf_core.context('INVTROAP','Check_From_Sub_Roles',itemtype,itemkey,
1339: to_char(actid),funcmode);
1340: raise;
1341:
1342: End Check_From_Sub_Roles;

Line 1359: WF_CORE.CONTEXT('INVTROAP','Selector',itemtype,itemkey,

1355: end if;
1356:
1357: Exception
1358: When Others then
1359: WF_CORE.CONTEXT('INVTROAP','Selector',itemtype,itemkey,
1360: to_char(actid),command);
1361: raise;
1362: End Selector;
1363: