DBA Data[Home] [Help]

APPS.PA_REV_CA dependencies on FND_MSG_PUB

Line 1710: fnd_msg_pub.add;

1706: -- Set the error code
1707:
1708: l_err_msgname := 'PA_REV_CA_COST_WIP_BALANCE';
1709: fnd_message.set_name('PA', l_err_msgname);
1710: fnd_msg_pub.add;
1711:
1712: l_err_code := 11;
1713:
1714: END IF;

Line 1734: fnd_msg_pub.add;

1730: -- Set the error code
1731:
1732: l_err_msgname := 'PA_REV_CA_NO_CLOSING_ENTRIES';
1733: fnd_message.set_name('PA', l_err_msgname);
1734: fnd_msg_pub.add;
1735:
1736: l_err_code := 11;
1737:
1738: END IF;

Line 1757: fnd_msg_pub.add;

1753: -- Set the error code
1754:
1755: l_err_msgname := 'PA_REV_CA_INVALID_STATUS_CHNG';
1756: fnd_message.set_name('PA', l_err_msgname);
1757: fnd_msg_pub.add;
1758:
1759: l_err_code := 11;
1760:
1761: END IF;