DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on FND_API

Line 50: , p_init_msg_lst => apps.fnd_api.g_false

46: end if;
47:
48: apps.INV_Quantity_Tree_PUB.Query_Quantities (
49: p_api_version_number => 1.0
50: , p_init_msg_lst => apps.fnd_api.g_false
51: , x_return_status => L_api_return_status
52: , x_msg_count => l_msg_count
53: , x_msg_data => l_msg_data
54: , p_organization_id => p_organization_id

Line 72: if L_api_return_status <> fnd_api.g_ret_sts_success then

68: , x_qs => l_qty_sug
69: , x_att => l_qty_att
70: , x_atr => l_qty_atr );
71:
72: if L_api_return_status <> fnd_api.g_ret_sts_success then
73: QATT:=0;
74: else
75: QATT:=l_qty_att;
76: end if;

Line 128: , p_init_msg_lst => apps.fnd_api.g_false

124: end if;
125:
126: apps.INV_Quantity_Tree_PUB.Query_Quantities (
127: p_api_version_number => 1.0
128: , p_init_msg_lst => apps.fnd_api.g_false
129: , x_return_status => L_api_return_status
130: , x_msg_count => l_msg_count
131: , x_msg_data => l_msg_data
132: , p_organization_id => p_organization_id

Line 150: if L_api_return_status <> fnd_api.g_ret_sts_success then

146: , x_qs => l_qty_sug
147: , x_att => l_qty_att
148: , x_atr => l_qty_atr );
149:
150: if L_api_return_status <> fnd_api.g_ret_sts_success then
151: QOH:=0;
152: else
153: QOH:=l_qty_oh;
154: end if;