DBA Data[Home] [Help]

APPS.GMD_FORMULA_DESIGNER_PKG dependencies on FND_MSG_PUB

Line 376: FND_MSG_PUB.GET( p_msg_index => 1,

372:
373:
374: EXCEPTION
375: WHEN UPDATE_FORMULA_EXCEPTION THEN
376: FND_MSG_PUB.GET( p_msg_index => 1,
377: p_data => l_message,
378: p_encoded => 'F',
379: p_msg_index_out => l_dummy);
380:

Line 613: FND_MSG_PUB.GET( p_msg_index => 1,

609:
610: EXCEPTION
611: WHEN INSERT_DTL_EXCEPTION THEN
612: ROLLBACK TO Add_Item;
613: FND_MSG_PUB.GET( p_msg_index => 1,
614: p_data => l_message,
615: p_encoded => 'F',
616: p_msg_index_out => l_dummy);
617:

Line 929: FND_MSG_PUB.GET( p_msg_index => 1,

925:
926:
927: EXCEPTION
928: WHEN UPDATE_DTL_EXCEPTION THEN
929: FND_MSG_PUB.GET( p_msg_index => 1,
930: p_data => l_message,
931: p_encoded => 'F',
932: p_msg_index_out => l_dummy);
933:

Line 1108: FND_MSG_PUB.GET( p_msg_index => 1,

1104: END IF;
1105:
1106: EXCEPTION
1107: WHEN INSERT_FORMULA_EXCEPTION THEN
1108: FND_MSG_PUB.GET( p_msg_index => 1,
1109: p_data => l_message,
1110: p_encoded => 'F',
1111: p_msg_index_out => l_dummy);
1112:

Line 1214: FND_MSG_PUB.GET( p_msg_index => 1,

1210: END IF;
1211:
1212: EXCEPTION
1213: WHEN DELETE_LINE_EXCEPTION THEN
1214: FND_MSG_PUB.GET( p_msg_index => 1,
1215: p_data => l_message,
1216: p_encoded => 'F',
1217: p_msg_index_out => l_dummy);
1218:

Line 1586: FND_MSG_PUB.GET( p_msg_index => 1,

1582: END IF;
1583:
1584: EXCEPTION
1585: WHEN CHECK_ITEM_EXCEPTION THEN
1586: FND_MSG_PUB.GET( p_msg_index => 1,
1587: p_data => l_message,
1588: p_encoded => 'F',
1589: p_msg_index_out => l_dummy);
1590:

Line 1667: FND_MSG_PUB.GET( p_msg_index => 1,

1663: END IF;
1664:
1665: EXCEPTION
1666: WHEN UPDATE_RECIPE_EXCEPTION THEN
1667: FND_MSG_PUB.GET( p_msg_index => 1,
1668: p_data => l_message,
1669: p_encoded => 'F',
1670: p_msg_index_out => l_dummy);
1671:

Line 1819: FND_MSG_PUB.GET( p_msg_index => 1,

1815: END IF;
1816:
1817: EXCEPTION
1818: WHEN THEORETICAL_YIELD_EXCEPTION THEN
1819: FND_MSG_PUB.GET( p_msg_index => 1,
1820: p_data => l_message,
1821: p_encoded => 'F',
1822: p_msg_index_out => l_dummy);
1823:

Line 1984: FND_MSG_PUB.GET( p_msg_index => 1,

1980: END IF;
1981:
1982: EXCEPTION
1983: WHEN SCALE_EXCEPTION THEN
1984: FND_MSG_PUB.GET( p_msg_index => 1,
1985: p_data => l_message,
1986: p_encoded => 'F',
1987: p_msg_index_out => l_dummy);
1988:

Line 2427: FND_MSG_PUB.Get(p_msg_index => FND_MSG_PUB.count_msg,

2423: GMD_API_GRP.check_item_exists (p_formula_id => p_formula_id
2424: ,x_return_status => x_return_status
2425: ,p_organization_id => p_organization_id);
2426: IF x_return_status <> FND_API.g_ret_sts_success THEN
2427: FND_MSG_PUB.Get(p_msg_index => FND_MSG_PUB.count_msg,
2428: p_data => X_error_msg,
2429: p_encoded => FND_API.G_FALSE,
2430: p_msg_index_out => l_msg_index);
2431: END IF;

Line 2470: FND_MSG_PUB.Get(p_msg_index => FND_MSG_PUB.count_msg,

2466: ,pInventory_Item_ID => pInventory_Item_ID
2467: ,x_return_status => x_return_status
2468: ,pRevision => pRevision );
2469: IF x_return_status <> FND_API.g_ret_sts_success THEN
2470: FND_MSG_PUB.Get(p_msg_index => FND_MSG_PUB.count_msg,
2471: p_data => X_error_msg,
2472: p_encoded => FND_API.G_FALSE,
2473: p_msg_index_out => l_msg_index);
2474: END IF;