DBA Data[Home] [Help]

APPS.INV_DS_LOGICAL_TRX_INFO_PUB dependencies on FND_API

Line 32: | Should be fnd_api.g_false or fnd_api.g_true |

28: | |
29: | Input Parameters : |
30: | p_api_version_number - API version number |
31: | p_init_msg_lst - Whether initialize the error message list or not|
32: | Should be fnd_api.g_false or fnd_api.g_true |
33: | p_transaction_id - transaction id of the inserted SO issue MMT |
34: | record. |
35: | Output Parameters : |
36: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |

Line 36: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |

32: | Should be fnd_api.g_false or fnd_api.g_true |
33: | p_transaction_id - transaction id of the inserted SO issue MMT |
34: | record. |
35: | Output Parameters : |
36: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
37: | fnd_api.g_ret_sts_exc_error, if an expected |
38: | error occurred |
39: | fnd_api.g_ret_sts_unexp_error, if an unexpected |
40: | eror occurred |

Line 37: | fnd_api.g_ret_sts_exc_error, if an expected |

33: | p_transaction_id - transaction id of the inserted SO issue MMT |
34: | record. |
35: | Output Parameters : |
36: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
37: | fnd_api.g_ret_sts_exc_error, if an expected |
38: | error occurred |
39: | fnd_api.g_ret_sts_unexp_error, if an unexpected |
40: | eror occurred |
41: | x_msg_count - Number of error message in the error message |

Line 39: | fnd_api.g_ret_sts_unexp_error, if an unexpected |

35: | Output Parameters : |
36: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
37: | fnd_api.g_ret_sts_exc_error, if an expected |
38: | error occurred |
39: | fnd_api.g_ret_sts_unexp_error, if an unexpected |
40: | eror occurred |
41: | x_msg_count - Number of error message in the error message |
42: | list |
43: | x_msg_data - If the number of error message in the error |

Line 145: WHEN FND_API.G_EXC_ERROR THEN

141:
142: x_return_status := g_ret_sts_success;
143:
144: EXCEPTION
145: WHEN FND_API.G_EXC_ERROR THEN
146: x_return_status := G_RET_STS_ERROR;
147: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data);
148: IF (l_debug = 1) THEN
149: print_debug('INV_DS_LOGICAL_TRX_INFO_PUB: no_data_found error', 9);