DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on STANDARD

Line 930: -- API standard variables

926: ,x_strategy_id out NOCOPY number
927: ,p_organization_id IN NUMBER DEFAULT NULL
928: ) is
929:
930: -- API standard variables
931: l_api_version constant number := 1.0;
932: l_api_name constant varchar2(30) := 'Search';
933:
934: -- variables needed for validation

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

1072: inv_pp_debug.send_message_to_pipe('enter '||g_pkg_name||'.'||l_api_name);
1073: END IF;
1074: -- end of debugging section
1075: -- */
1076: -- Standard call to check for call compatibility
1077: if not fnd_api.compatible_api_call( l_api_version
1078: ,p_api_version
1079: ,l_api_name
1080: ,g_pkg_name ) then

Line 1495: -- Standard call to get message count and if count is 1, get message info

1491: x_strategy_id := l_strategy_id;
1492: -- Clean up variables for dynamically bound input parameters
1493: inv_sql_binding_pvt.InitBindTables;
1494:
1495: -- Standard call to get message count and if count is 1, get message info
1496: fnd_msg_pub.count_and_get( p_count => x_msg_count
1497: ,p_data => x_msg_data );
1498: IF inv_pp_debug.is_debug_mode THEN
1499: inv_pp_debug.send_message_to_pipe('strategy id found '||l_strategy_id);

Line 1937: -- API standard variables

1933: ,p_quick_pick_flag IN VARCHAR2 DEFAULT 'N'
1934: ,p_wave_simulation_mode IN VARCHAR2 DEFAULT 'N'
1935: ) is
1936:
1937: -- API standard variables
1938: l_api_version constant number := 1.0;
1939: l_api_name constant varchar2(30) := 'Apply';
1940:
1941: l_organization_id MTL_MATERIAL_TRANSACTIONS_TEMP.ORGANIZATION_ID%type;

Line 2041: -- Standard start of API savepoint

2037: inv_pp_debug.send_message_to_pipe('enter '||g_pkg_name||'.'||l_api_name);
2038: END IF;
2039: -- end of debugging section
2040: --
2041: -- Standard start of API savepoint
2042: savepoint ApplyStrategySP;
2043:
2044: -- Standard call to check for call compatibility
2045: if not fnd_api.compatible_api_call( l_api_version

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

2040: --
2041: -- Standard start of API savepoint
2042: savepoint ApplyStrategySP;
2043:
2044: -- Standard call to check for call compatibility
2045: if not fnd_api.compatible_api_call( l_api_version
2046: ,p_api_version
2047: ,l_api_name
2048: ,g_pkg_name ) then

Line 2760: -- Standard check of p_commit

2756:
2757:
2758: END IF; -- end Patchset J changes
2759:
2760: -- Standard check of p_commit
2761: if fnd_api.to_boolean(p_commit) then
2762: commit work;
2763: end if;
2764:

Line 2766: -- Standard call to get message count and if count is 1, get message info

2762: commit work;
2763: end if;
2764:
2765: --
2766: -- Standard call to get message count and if count is 1, get message info
2767: fnd_msg_pub.count_and_get( p_count => x_msg_count
2768: ,p_data => x_msg_data );
2769: /* --
2770: -- debugging portion