DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on FND_API

Line 55: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683

51: */
52:
53: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683
54: p_api_version_number => 1.0
55: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683
56: , x_return_status => L_api_return_status
57: , x_msg_count => l_msg_count
58: , x_msg_data => l_msg_data
59: , p_organization_id => p_organization_id

Line 77: if L_api_return_status <> fnd_api.g_ret_sts_success then

73: , x_qs => l_qty_sug
74: , x_att => l_qty_att
75: , x_atr => l_qty_atr );
76:
77: if L_api_return_status <> fnd_api.g_ret_sts_success then
78: QATT:=0;
79: else
80: QATT:=l_qty_att;
81: end if;

Line 133: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683

129: end if;
130:
131: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683
132: p_api_version_number => 1.0
133: , p_init_msg_lst => fnd_api.g_false -- BUG 12846683
134: , x_return_status => L_api_return_status
135: , x_msg_count => l_msg_count
136: , x_msg_data => l_msg_data
137: , p_organization_id => p_organization_id

Line 155: if L_api_return_status <> fnd_api.g_ret_sts_success then

151: , x_qs => l_qty_sug
152: , x_att => l_qty_att
153: , x_atr => l_qty_atr );
154:
155: if L_api_return_status <> fnd_api.g_ret_sts_success then
156: QOH:=0;
157: else
158: QOH:=l_qty_oh;
159: end if;