DBA Data[Home] [Help]

APPS.WIP_WS_DL_UTIL dependencies on FND_MSG_PUB

Line 1453: fnd_msg_pub.Initialize;

1449: )
1450: Is
1451: l_expedited varchar2(1);
1452: Begin
1453: fnd_msg_pub.Initialize;
1454:
1455: x_status := '';
1456: x_msg_count := 0;
1457: x_msg := '';

Line 1472: fnd_msg_pub.Add;

1468: commit;
1469: else
1470: x_status := 'A';
1471: fnd_message.SET_NAME('WIP', 'WS_JOBOP_ALR_EXPEDITED');
1472: fnd_msg_pub.Add;
1473: end if;
1474:
1475: End;
1476:

Line 1488: fnd_msg_pub.Initialize;

1484: )
1485: Is
1486: l_expedited varchar2(1);
1487: Begin
1488: fnd_msg_pub.Initialize;
1489:
1490: x_status := '';
1491: x_msg_count := 0;
1492: x_msg := '';

Line 1507: fnd_msg_pub.Add;

1503: commit;
1504: else
1505: x_status := 'A';
1506: fnd_message.SET_NAME('WIP', 'WS_JOBOP_ALR_UNEXPEDITED');
1507: fnd_msg_pub.Add;
1508: end if;
1509:
1510: End;
1511: