DBA Data[Home] [Help]

APPS.GMF_GET_XFER_PRICE_HOOK_PUB dependencies on FND_API

Line 90: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

86: , x_msg_data => x_msg_data
87: , x_return_status => l_return_status
88: );
89:
90: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
91: THEN
92: x_return_status := -2;
93: FND_MESSAGE.SET_NAME('GMF', 'GMF_NO_PRIOR_PERIOD_COST');
94: x_msg_data := FND_MESSAGE.get;

Line 109: , p_init_msg_list => fnd_api.g_false

105: IF l_primary_cost_method = 1
106: THEN
107: CSTPSCHK.Get_xfer_price_user_hook (
108: p_api_version => 1.0
109: , p_init_msg_list => fnd_api.g_false
110:
111: , p_transaction_uom => p_transaction_uom
112: , p_inventory_item_id => p_inventory_item_id
113: , p_transaction_id => p_transaction_id

Line 131: , p_init_msg_list => fnd_api.g_false

127: );
128: ELSE
129: CSTPACHK.Get_xfer_price_user_hook (
130: p_api_version => 1.0
131: , p_init_msg_list => fnd_api.g_false
132:
133: , p_transaction_uom => p_transaction_uom
134: , p_inventory_item_id => p_inventory_item_id
135: , p_transaction_id => p_transaction_id