DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on FND_API

Line 7: G_RET_STS_SUCCESS CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_LOGICAL_TRANSACTIONS_PUB';
6:
7: G_RET_STS_SUCCESS CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;
9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;
10:
11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;

Line 8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;

4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_LOGICAL_TRANSACTIONS_PUB';
6:
7: G_RET_STS_SUCCESS CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;
9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;
10:
11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;
12: G_FALSE CONSTANT VARCHAR2(1) := FND_API.G_FALSE;

Line 9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;

5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_LOGICAL_TRANSACTIONS_PUB';
6:
7: G_RET_STS_SUCCESS CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;
9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;
10:
11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;
12: G_FALSE CONSTANT VARCHAR2(1) := FND_API.G_FALSE;
13:

Line 11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;

7: G_RET_STS_SUCCESS CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;
9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;
10:
11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;
12: G_FALSE CONSTANT VARCHAR2(1) := FND_API.G_FALSE;
13:
14: -- Global constant for logical transaction type code
15: G_LOGTRXCODE_DSRECEIPT CONSTANT NUMBER := INV_LOGICAL_TRANSACTION_GLOBAL.G_LOGTRXCODE_DSRECEIPT;

Line 12: G_FALSE CONSTANT VARCHAR2(1) := FND_API.G_FALSE;

8: G_RET_STS_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_ERROR;
9: G_RET_STS_UNEXP_ERROR CONSTANT VARCHAR2(1) := FND_API.G_RET_STS_UNEXP_ERROR;
10:
11: G_TRUE CONSTANT VARCHAR2(1) := FND_API.G_TRUE;
12: G_FALSE CONSTANT VARCHAR2(1) := FND_API.G_FALSE;
13:
14: -- Global constant for logical transaction type code
15: G_LOGTRXCODE_DSRECEIPT CONSTANT NUMBER := INV_LOGICAL_TRANSACTION_GLOBAL.G_LOGTRXCODE_DSRECEIPT;
16: G_LOGTRXCODE_DSDELIVER CONSTANT NUMBER := INV_LOGICAL_TRANSACTION_GLOBAL.G_LOGTRXCODE_DSDELIVER;

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

92: | |
93: | Input Parameters : |
94: | p_api_version_number - API version number |
95: | p_init_msg_lst - Whether initialize the error message list or not |
96: | Should be fnd_api.g_false or fnd_api.g_true |
97: | p_transaction_id - transaction id of the inserted SO issue MMT record. |
98: | p_transaction_temp_id - mmtt transaction temp id, only will be passed
99: | from the inventory transaction manager for internal order intransit
100: | shipment transactions, where the destination type is EXPENSE |

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

98: | p_transaction_temp_id - mmtt transaction temp id, only will be passed
99: | from the inventory transaction manager for internal order intransit
100: | shipment transactions, where the destination type is EXPENSE |
101: | Output Parameters : |
102: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
103: | fnd_api.g_ret_sts_exc_error, if an expected error |
104: | occurred |
105: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
106: | occurred |

Line 103: | fnd_api.g_ret_sts_exc_error, if an expected error |

99: | from the inventory transaction manager for internal order intransit
100: | shipment transactions, where the destination type is EXPENSE |
101: | Output Parameters : |
102: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
103: | fnd_api.g_ret_sts_exc_error, if an expected error |
104: | occurred |
105: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
106: | occurred |
107: | x_msg_count - Number of error message in the error message list |

Line 105: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |

101: | Output Parameters : |
102: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
103: | fnd_api.g_ret_sts_exc_error, if an expected error |
104: | occurred |
105: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
106: | occurred |
107: | x_msg_count - Number of error message in the error message list |
108: | x_msg_data - If the number of error message in the error message |
109: | message list is one, the error message is in |

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

145: | |
146: | Input Parameters: |
147: | p_api_version_number - API version number |
148: | p_init_msg_lst - Whether initialize the error message list or not |
149: | Should be fnd_api.g_false or fnd_api.g_true |
150: | p_mtl_trx_tbl - An array of mtl_trx_rec_type records, the definition |
151: | is in the INV_LOGICAL_TRANSACTION_GLOBAL package. |
152: | p_validation_flag - To indicate whether the call to this API is a trusted|
153: | call or not. Depending on this flag, we will decide |

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

195: | not done the creation of the logical transactions|
196: | and this API would have to explode the |
197: | intermediate nodes. |
198: | Output Parameters: |
199: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
200: | fnd_api.g_ret_sts_exc_error, if an expected error |
201: | occurred |
202: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
203: | occurred |

Line 200: | fnd_api.g_ret_sts_exc_error, if an expected error |

196: | and this API would have to explode the |
197: | intermediate nodes. |
198: | Output Parameters: |
199: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
200: | fnd_api.g_ret_sts_exc_error, if an expected error |
201: | occurred |
202: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
203: | occurred |
204: | x_msg_count - Number of error message in the error message list |

Line 202: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |

198: | Output Parameters: |
199: | x_return_status - fnd_api.g_ret_sts_success, if succeeded |
200: | fnd_api.g_ret_sts_exc_error, if an expected error |
201: | occurred |
202: | fnd_api.g_ret_sts_unexp_error, if an unexpected error |
203: | occurred |
204: | x_msg_count - Number of error message in the error message list |
205: | x_msg_data - If the number of error message in the error message |
206: | message list is one, the error message is in |