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 1161: -- x_return_status OUT standard output

1157: -- PROCEDURE : Validate_Record PRIVATE
1158: -- PARAMETERS: p_movement_statistics IN movement transaction record
1159: -- p_movement_stat_usages_rec IN usage record
1160: -- x_movement_statistics OUT movement transaction record
1161: -- x_return_status OUT standard output
1162: -- x_record_status OUT 'Y' if corrected, 'N' otherwise
1163: --
1164: -- VERSION : current version 1.0
1165: -- initial_version 1.0

Line 1676: -- x_return_status OUT standard output

1672: -- PROCEDURE : Validate_Record PRIVATE
1673: -- PARAMETERS: p_movement_statistics IN movement transaction record
1674: -- p_movement_stat_usages_rec IN usage record
1675: -- x_mtl_transaction OUT movement transaction record
1676: -- x_return_status OUT standard output
1677: -- x_record_status OUT 'Y' if corrected, 'N' otherwise
1678: --
1679: -- VERSION : current version 1.0
1680: -- initial_version 1.0

Line 2138: -- x_return_status OUT standard output

2134: --========================================================================
2135: -- PROCEDURE : Validate_Rules PRIVATE
2136: -- PARAMETERS: p_mtl_transaction IN movement transaction record
2137: -- x_mtl_transaction OUT movement transaction record
2138: -- x_return_status OUT standard output
2139: -- x_msg_count OUT NUMBER
2140: -- x_msg_data OUT VARCHAR2
2141: --
2142: -- VERSION : current version 1.0