DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PVT dependencies on STANDARD

Line 116: -- Standard call to check for call compatibility

112:
113: g_movement_id := NULL;
114: g_parent_movement_id := NULL;
115:
116: -- Standard call to check for call compatibility
117: IF NOT FND_API.Compatible_API_Call
118: ( l_api_version_number
119: , p_api_version_number
120: , l_api_name

Line 1201: -- x_return_status OUT standard output

1197: -- PROCEDURE : Validate_Record PRIVATE
1198: -- PARAMETERS: p_movement_statistics IN movement transaction record
1199: -- p_movement_stat_usages_rec IN usage record
1200: -- x_movement_statistics OUT movement transaction record
1201: -- x_return_status OUT standard output
1202: -- x_record_status OUT 'Y' if corrected, 'N' otherwise
1203: --
1204: -- VERSION : current version 1.0
1205: -- initial_version 1.0

Line 1716: -- x_return_status OUT standard output

1712: -- PROCEDURE : Validate_Record PRIVATE
1713: -- PARAMETERS: p_movement_statistics IN movement transaction record
1714: -- p_movement_stat_usages_rec IN usage record
1715: -- x_mtl_transaction OUT movement transaction record
1716: -- x_return_status OUT standard output
1717: -- x_record_status OUT 'Y' if corrected, 'N' otherwise
1718: --
1719: -- VERSION : current version 1.0
1720: -- initial_version 1.0

Line 2178: -- x_return_status OUT standard output

2174: --========================================================================
2175: -- PROCEDURE : Validate_Rules PRIVATE
2176: -- PARAMETERS: p_mtl_transaction IN movement transaction record
2177: -- x_mtl_transaction OUT movement transaction record
2178: -- x_return_status OUT standard output
2179: -- x_msg_count OUT NUMBER
2180: -- x_msg_data OUT VARCHAR2
2181: --
2182: -- VERSION : current version 1.0