DBA Data[Home] [Help]

APPS.WIP_WS_DL_UTIL dependencies on FND_MSG_PUB

Line 1470: fnd_msg_pub.Initialize;

1466: )
1467: Is
1468: l_expedited varchar2(1);
1469: Begin
1470: fnd_msg_pub.Initialize;
1471:
1472: x_status := '';
1473: x_msg_count := 0;
1474: x_msg := '';

Line 1489: fnd_msg_pub.Add;

1485: commit;
1486: else
1487: x_status := 'A';
1488: fnd_message.SET_NAME('WIP', 'WS_JOBOP_ALR_EXPEDITED');
1489: fnd_msg_pub.Add;
1490: end if;
1491:
1492: End;
1493:

Line 1505: fnd_msg_pub.Initialize;

1501: )
1502: Is
1503: l_expedited varchar2(1);
1504: Begin
1505: fnd_msg_pub.Initialize;
1506:
1507: x_status := '';
1508: x_msg_count := 0;
1509: x_msg := '';

Line 1524: fnd_msg_pub.Add;

1520: commit;
1521: else
1522: x_status := 'A';
1523: fnd_message.SET_NAME('WIP', 'WS_JOBOP_ALR_UNEXPEDITED');
1524: fnd_msg_pub.Add;
1525: end if;
1526:
1527: End;
1528: