DBA Data[Home] [Help]

APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_DEBUG

Line 1507: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

1503:
1504: x_highst_contr_cust_id := null;
1505: x_msg_count := 0;
1506: x_return_status := FND_API.G_RET_STS_SUCCESS;
1507: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
1508:
1509:
1510: IF FND_API.TO_BOOLEAN(nvl(p_init_msg_list,FND_API.G_TRUE)) THEN
1511: FND_MSG_PUB.initialize;

Line 1520: PA_DEBUG.set_curr_function( p_function => 'Get_Highest_Contr_Fed_Cust',

1516: END IF;
1517:
1518: IF l_debug_mode = 'Y' THEN
1519:
1520: PA_DEBUG.set_curr_function( p_function => 'Get_Highest_Contr_Fed_Cust',
1521: p_debug_mode => l_debug_mode );
1522: END IF;
1523:
1524: IF l_debug_mode = 'Y' THEN

Line 1526: Pa_Debug.g_err_stage:= 'Printing Input parameters';

1522: END IF;
1523:
1524: IF l_debug_mode = 'Y' THEN
1525:
1526: Pa_Debug.g_err_stage:= 'Printing Input parameters';
1527: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1528: l_debug_level3);
1529:
1530: Pa_Debug.WRITE(G_PKG_NAME,'p_project_id'||':'||p_project_id,

Line 1527: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,

1523:
1524: IF l_debug_mode = 'Y' THEN
1525:
1526: Pa_Debug.g_err_stage:= 'Printing Input parameters';
1527: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1528: l_debug_level3);
1529:
1530: Pa_Debug.WRITE(G_PKG_NAME,'p_project_id'||':'||p_project_id,
1531: l_debug_level3);

Line 1530: Pa_Debug.WRITE(G_PKG_NAME,'p_project_id'||':'||p_project_id,

1526: Pa_Debug.g_err_stage:= 'Printing Input parameters';
1527: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1528: l_debug_level3);
1529:
1530: Pa_Debug.WRITE(G_PKG_NAME,'p_project_id'||':'||p_project_id,
1531: l_debug_level3);
1532: END IF;
1533:
1534: IF l_debug_mode = 'Y' THEN

Line 1535: Pa_Debug.g_err_stage:= 'Validating Input parameters';

1531: l_debug_level3);
1532: END IF;
1533:
1534: IF l_debug_mode = 'Y' THEN
1535: Pa_Debug.g_err_stage:= 'Validating Input parameters';
1536: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1537: l_debug_level3);
1538: END IF;
1539:

Line 1536: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,

1532: END IF;
1533:
1534: IF l_debug_mode = 'Y' THEN
1535: Pa_Debug.g_err_stage:= 'Validating Input parameters';
1536: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1537: l_debug_level3);
1538: END IF;
1539:
1540: IF ( p_project_id IS NULL OR p_project_id = FND_API.G_MISS_NUM)

Line 1543: Pa_Debug.g_err_stage:= 'PA_CUSTOMERS_CONTACTS_UTILS : Get_Highest_Contr_Fed_Cust :

1539:
1540: IF ( p_project_id IS NULL OR p_project_id = FND_API.G_MISS_NUM)
1541: THEN
1542: IF l_debug_mode = 'Y' THEN
1543: Pa_Debug.g_err_stage:= 'PA_CUSTOMERS_CONTACTS_UTILS : Get_Highest_Contr_Fed_Cust :
1544: p_project_id is NULL';
1545: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1546: l_debug_level3);
1547: END IF;

Line 1545: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,

1541: THEN
1542: IF l_debug_mode = 'Y' THEN
1543: Pa_Debug.g_err_stage:= 'PA_CUSTOMERS_CONTACTS_UTILS : Get_Highest_Contr_Fed_Cust :
1544: p_project_id is NULL';
1545: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1546: l_debug_level3);
1547: END IF;
1548: RAISE Invalid_Arg_Exc;
1549:

Line 1598: Pa_Debug.reset_curr_function;

1594: x_msg_count := l_msg_count;
1595: END IF;
1596:
1597: IF l_debug_mode = 'Y' THEN
1598: Pa_Debug.reset_curr_function;
1599: END IF;
1600:
1601: WHEN Invalid_Arg_Exc THEN
1602: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;

Line 1620: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;

1616: , p_procedure_name => 'Get_Highest_Contr_Fed_Cust'
1617: , p_error_text => x_msg_data);
1618:
1619: IF l_debug_mode = 'Y' THEN
1620: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1621: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1622: l_debug_level5);
1623: Pa_Debug.reset_curr_function;
1624: END IF;

Line 1621: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,

1617: , p_error_text => x_msg_data);
1618:
1619: IF l_debug_mode = 'Y' THEN
1620: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1621: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1622: l_debug_level5);
1623: Pa_Debug.reset_curr_function;
1624: END IF;
1625: RAISE;

Line 1623: Pa_Debug.reset_curr_function;

1619: IF l_debug_mode = 'Y' THEN
1620: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1621: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1622: l_debug_level5);
1623: Pa_Debug.reset_curr_function;
1624: END IF;
1625: RAISE;
1626:
1627: WHEN OTHERS THEN

Line 1646: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;

1642: , p_procedure_name => 'Get_Highest_Contr_Fed_Cust'
1643: , p_error_text => x_msg_data);
1644:
1645: IF l_debug_mode = 'Y' THEN
1646: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1647: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1648: l_debug_level5);
1649: Pa_Debug.reset_curr_function;
1650: END IF;

Line 1647: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,

1643: , p_error_text => x_msg_data);
1644:
1645: IF l_debug_mode = 'Y' THEN
1646: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1647: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1648: l_debug_level5);
1649: Pa_Debug.reset_curr_function;
1650: END IF;
1651: RAISE;

Line 1649: Pa_Debug.reset_curr_function;

1645: IF l_debug_mode = 'Y' THEN
1646: Pa_Debug.g_err_stage:= 'Unexpected Error'||x_msg_data;
1647: Pa_Debug.WRITE(G_PKG_NAME,Pa_Debug.g_err_stage,
1648: l_debug_level5);
1649: Pa_Debug.reset_curr_function;
1650: END IF;
1651: RAISE;
1652:
1653: END Get_Highest_Contr_Fed_Cust;