DBA Data[Home] [Help]

APPS.PV_CONTEXT_VALUES dependencies on FND_API

Line 1781: WHEN FND_API.G_EXC_ERROR THEN

1777:
1778: Debug('Elapsed Time: ' || (DBMS_UTILITY.get_time - l_start) || ' hsec');
1779:
1780: EXCEPTION
1781: WHEN FND_API.G_EXC_ERROR THEN
1782: -- -------------------------------------------------------------------
1783: -- Retrieve the last message from the message queue which
1784: -- contains the exception raised by the called program
1785: -- e.g. currency_conversion

Line 1795: p_encoded => FND_API.g_false);

1791: -- Go back to the second to last message which contains the message
1792: -- raised by the called program (e.g. currency_conversion)
1793: -- -------------------------------------------------------------------
1794: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
1795: p_encoded => FND_API.g_false);
1796: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
1797: p_encoded => FND_API.g_false);
1798: Debug(l_last_message);
1799:

Line 1797: p_encoded => FND_API.g_false);

1793: -- -------------------------------------------------------------------
1794: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
1795: p_encoded => FND_API.g_false);
1796: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
1797: p_encoded => FND_API.g_false);
1798: Debug(l_last_message);
1799:
1800: Debug('Attribute ID: ' || x.attribute_id);
1801: Debug('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~');

Line 2595: WHEN FND_API.G_EXC_ERROR THEN

2591: (DBMS_UTILITY.get_time - l_start2) || ' hsec');
2592:
2593:
2594: EXCEPTION
2595: WHEN FND_API.G_EXC_ERROR THEN
2596: Debug('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&');
2597: -- -------------------------------------------------------------------
2598: -- Retrieve the last message from the message queue which
2599: -- contains the exception raised by the called program

Line 2610: p_encoded => FND_API.g_false);

2606: -- Go back to the second to last message which contains the message
2607: -- raised by the called program (e.g. currency_conversion)
2608: -- -------------------------------------------------------------------
2609: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
2610: p_encoded => FND_API.g_false);
2611: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
2612: p_encoded => FND_API.g_false);
2613: Debug(l_last_message);
2614:

Line 2612: p_encoded => FND_API.g_false);

2608: -- -------------------------------------------------------------------
2609: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
2610: p_encoded => FND_API.g_false);
2611: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
2612: p_encoded => FND_API.g_false);
2613: Debug(l_last_message);
2614:
2615: Debug('----------------------------------------------------');
2616: Debug('Attribute ID: ' || x.attribute_id);

Line 3312: WHEN FND_API.G_EXC_ERROR THEN

3308: END IF;
3309: END If;
3310:
3311: EXCEPTION
3312: WHEN FND_API.G_EXC_ERROR THEN
3313: -- -------------------------------------------------------------------
3314: -- Retrieve the last message from the message queue which
3315: -- contains the exception raised by the called program
3316: -- e.g. currency_conversion

Line 3326: p_encoded => FND_API.g_false);

3322: -- Go back to the second to last message which contains the message
3323: -- raised by the called program (e.g. currency_conversion)
3324: -- -------------------------------------------------------------------
3325: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3326: p_encoded => FND_API.g_false);
3327: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3328: p_encoded => FND_API.g_false);
3329: Debug(l_last_message);
3330:

Line 3328: p_encoded => FND_API.g_false);

3324: -- -------------------------------------------------------------------
3325: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3326: p_encoded => FND_API.g_false);
3327: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3328: p_encoded => FND_API.g_false);
3329: Debug(l_last_message);
3330:
3331: Debug('Attribute ID: ' || p_attribute_id);
3332: Debug('Partner ID: ' || p_partner_id);

Line 3428: WHEN FND_API.G_EXC_ERROR THEN

3424: Debug('Full Refresh of performance attributes does not use sql_text.');
3425: END If;
3426:
3427: EXCEPTION
3428: WHEN FND_API.G_EXC_ERROR THEN
3429: -- -------------------------------------------------------------------
3430: -- Retrieve the last message from the message queue which
3431: -- contains the exception raised by the called program
3432: -- e.g. currency_conversion

Line 3442: p_encoded => FND_API.g_false);

3438: -- Go back to the second to last message which contains the message
3439: -- raised by the called program (e.g. currency_conversion)
3440: -- -------------------------------------------------------------------
3441: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3442: p_encoded => FND_API.g_false);
3443: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3444: p_encoded => FND_API.g_false);
3445: Debug(l_last_message);
3446:

Line 3444: p_encoded => FND_API.g_false);

3440: -- -------------------------------------------------------------------
3441: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3442: p_encoded => FND_API.g_false);
3443: l_last_message := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.G_PREVIOUS,
3444: p_encoded => FND_API.g_false);
3445: Debug(l_last_message);
3446:
3447: Debug('Attribute ID: ' || p_attribute_id);
3448: Debug('Partner ID: ' || p_partner_id);