DBA Data[Home] [Help]

APPS.XLA_TAB_PUB_PKG dependencies on STANDARD

Line 36: | business logic as per the SLA Coding Standards. |

32: | This program is static and is invoked by the Transaction Account |
33: | Builder package generated by SLA at Development time and |
34: | incorporated by Product Teams. |
35: | This program is just a wrapper and does not contain any |
36: | business logic as per the SLA Coding Standards. |
37: | See xla_tab_pkg.run for the details about the procedure logic. |
38: | |
39: | The OUT parameter x_return_status can have the following values: |
40: | FND_API.G_RET_STS_SUCCESS; |

Line 43: | The other OUT parameters follow the FND API standard. |

39: | The OUT parameter x_return_status can have the following values: |
40: | FND_API.G_RET_STS_SUCCESS; |
41: | FND_API.G_RET_STS_ERROR; |
42: | FND_API.G_RET_STS_UNEXP_ERROR; |
43: | The other OUT parameters follow the FND API standard. |
44: +======================================================================*/
45: PROCEDURE run
46: (
47: p_api_version IN NUMBER