DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on STANDARD

Line 892: -- API standard variables

888: ,x_strategy_id out NOCOPY number
889: ,p_organization_id IN NUMBER DEFAULT NULL
890: ) is
891:
892: -- API standard variables
893: l_api_version constant number := 1.0;
894: l_api_name constant varchar2(30) := 'Search';
895:
896: -- variables needed for validation

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

1034: inv_pp_debug.send_message_to_pipe('enter '||g_pkg_name||'.'||l_api_name);
1035: END IF;
1036: -- end of debugging section
1037: -- */
1038: -- Standard call to check for call compatibility
1039: if not fnd_api.compatible_api_call( l_api_version
1040: ,p_api_version
1041: ,l_api_name
1042: ,g_pkg_name ) then

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

1453: x_strategy_id := l_strategy_id;
1454: -- Clean up variables for dynamically bound input parameters
1455: inv_sql_binding_pvt.InitBindTables;
1456:
1457: -- Standard call to get message count and if count is 1, get message info
1458: fnd_msg_pub.count_and_get( p_count => x_msg_count
1459: ,p_data => x_msg_data );
1460: IF inv_pp_debug.is_debug_mode THEN
1461: inv_pp_debug.send_message_to_pipe('strategy id found '||l_strategy_id);

Line 1781: -- API standard variables

1777: ,p_task_id IN NUMBER DEFAULT NULL
1778: ,p_quick_pick_flag IN VARCHAR2 DEFAULT 'N'
1779: ) is
1780:
1781: -- API standard variables
1782: l_api_version constant number := 1.0;
1783: l_api_name constant varchar2(30) := 'Apply';
1784:
1785: l_organization_id MTL_MATERIAL_TRANSACTIONS_TEMP.ORGANIZATION_ID%type;

Line 1888: -- Standard start of API savepoint

1884: inv_pp_debug.send_message_to_pipe('enter '||g_pkg_name||'.'||l_api_name);
1885: END IF;
1886: -- end of debugging section
1887: --
1888: -- Standard start of API savepoint
1889: savepoint ApplyStrategySP;
1890:
1891: -- Standard call to check for call compatibility
1892: if not fnd_api.compatible_api_call( l_api_version

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

1887: --
1888: -- Standard start of API savepoint
1889: savepoint ApplyStrategySP;
1890:
1891: -- Standard call to check for call compatibility
1892: if not fnd_api.compatible_api_call( l_api_version
1893: ,p_api_version
1894: ,l_api_name
1895: ,g_pkg_name ) then

Line 2521: -- Standard check of p_commit

2517:
2518:
2519: END IF; -- end Patchset J changes
2520:
2521: -- Standard check of p_commit
2522: if fnd_api.to_boolean(p_commit) then
2523: commit work;
2524: end if;
2525:

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

2523: commit work;
2524: end if;
2525:
2526: --
2527: -- Standard call to get message count and if count is 1, get message info
2528: fnd_msg_pub.count_and_get( p_count => x_msg_count
2529: ,p_data => x_msg_data );
2530: /* --
2531: -- debugging portion