DBA Data[Home] [Help]

APPS.AR_BILLS_MAIN dependencies on FND_MSG_PUB

Line 51: | variables, this function is relays FND_MSG_PUB constants to client side |

47: | FUNCTION get_fnd_api_constants_rec |
48: | |
49: | DESCRIPTION |
50: | Forms and libraries cannot directly refer to PL/SQL package global |
51: | variables, this function is relays FND_MSG_PUB constants to client side |
52: | |
53: | SCOPE - PUBLIC |
54: | |
55: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |

Line 65: FUNCTION get_fnd_msg_pub_constants_rec RETURN fnd_msg_pub_constants_type IS

61: | MODIFICATION HISTORY |
62: | 12-AUG-2000 Jani Rautiainen Created |
63: | |
64: +===========================================================================*/
65: FUNCTION get_fnd_msg_pub_constants_rec RETURN fnd_msg_pub_constants_type IS
66:
67: fnd_msg_pub_constants_rec fnd_msg_pub_constants_type;
68:
69: BEGIN

Line 67: fnd_msg_pub_constants_rec fnd_msg_pub_constants_type;

63: | |
64: +===========================================================================*/
65: FUNCTION get_fnd_msg_pub_constants_rec RETURN fnd_msg_pub_constants_type IS
66:
67: fnd_msg_pub_constants_rec fnd_msg_pub_constants_type;
68:
69: BEGIN
70:
71: RETURN fnd_msg_pub_constants_rec;

Line 71: RETURN fnd_msg_pub_constants_rec;

67: fnd_msg_pub_constants_rec fnd_msg_pub_constants_type;
68:
69: BEGIN
70:
71: RETURN fnd_msg_pub_constants_rec;
72:
73: END get_fnd_msg_pub_constants_rec;
74:
75: -- ==========================================================================================================================

Line 73: END get_fnd_msg_pub_constants_rec;

69: BEGIN
70:
71: RETURN fnd_msg_pub_constants_rec;
72:
73: END get_fnd_msg_pub_constants_rec;
74:
75: -- ==========================================================================================================================
76: /* Function get_all_items : Function to create a PL SQL table ( pblockitems ) of two columns
77: