DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on FND_API

Line 442: , p_init_msg_list => FND_API.G_TRUE

438:
439:
440: OE_Order_PVT.Process_order
441: ( p_api_version_number => 1.0
442: , p_init_msg_list => FND_API.G_TRUE
443: , x_return_status => l_return_status
444: , x_msg_count => x_msg_count
445: , x_msg_data => x_msg_data
446: , p_control_rec => l_control_rec

Line 447: -- , p_validation_level => FND_API.G_VALID_LEVEL_NONE

443: , x_return_status => l_return_status
444: , x_msg_count => x_msg_count
445: , x_msg_data => x_msg_data
446: , p_control_rec => l_control_rec
447: -- , p_validation_level => FND_API.G_VALID_LEVEL_NONE
448: , p_x_header_Rec => l_hdr_rec
449: , p_x_line_tbl => l_line_tbl
450: -- , p_line_adj_tbl => l_line_adj_tbl
451: , p_x_action_request_tbl => l_action_request_tbl

Line 1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list

1320: -- Interlock has been run
1321:
1322: -- PARAMETERS :
1323: -- p_api_version REQUIRED. API version
1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list
1325: -- FND_API.G_FALSE to not reset it.
1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.

Line 1325: -- FND_API.G_FALSE to not reset it.

1321:
1322: -- PARAMETERS :
1323: -- p_api_version REQUIRED. API version
1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list
1325: -- FND_API.G_FALSE to not reset it.
1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.

Line 1326: -- If pass NULL, it means FND_API.G_FALSE.

1322: -- PARAMETERS :
1323: -- p_api_version REQUIRED. API version
1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list
1325: -- FND_API.G_FALSE to not reset it.
1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.

Line 1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change

1323: -- p_api_version REQUIRED. API version
1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list
1325: -- FND_API.G_FALSE to not reset it.
1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.
1331: -- p_validation_level OPTIONAL. value between 0 and 100.

Line 1328: -- FND_API.G_FALSE to not commit the change.

1324: -- p_init_msg_list REQUIRED. FND_API.G_TRUE to reset the message list
1325: -- FND_API.G_FALSE to not reset it.
1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.
1331: -- p_validation_level OPTIONAL. value between 0 and 100.
1332: -- FND_API.G_VALID_LEVEL_NONE -> 0

Line 1330: -- If pass NULL, it means FND_API.G_FALSE.

1326: -- If pass NULL, it means FND_API.G_FALSE.
1327: -- p_commit OPTIONAL. FND_API.G_TRUE to have API commit the change
1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.
1331: -- p_validation_level OPTIONAL. value between 0 and 100.
1332: -- FND_API.G_VALID_LEVEL_NONE -> 0
1333: -- FND_API.G_VALID_LEVEL_FULL -> 100
1334: -- Public APIs should not have this parameter

Line 1332: -- FND_API.G_VALID_LEVEL_NONE -> 0

1328: -- FND_API.G_FALSE to not commit the change.
1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.
1331: -- p_validation_level OPTIONAL. value between 0 and 100.
1332: -- FND_API.G_VALID_LEVEL_NONE -> 0
1333: -- FND_API.G_VALID_LEVEL_FULL -> 100
1334: -- Public APIs should not have this parameter
1335: -- since it should always be FULL validation.
1336: -- If API perform some level not required by

Line 1333: -- FND_API.G_VALID_LEVEL_FULL -> 100

1329: -- Include this if API does DML.
1330: -- If pass NULL, it means FND_API.G_FALSE.
1331: -- p_validation_level OPTIONAL. value between 0 and 100.
1332: -- FND_API.G_VALID_LEVEL_NONE -> 0
1333: -- FND_API.G_VALID_LEVEL_FULL -> 100
1334: -- Public APIs should not have this parameter
1335: -- since it should always be FULL validation.
1336: -- If API perform some level not required by
1337: -- some API caller, this parameter should be

Line 1342: -- FND_API.G_VALID_LEVEL_FULL

1338: -- included.
1339: -- Product group can define intermediate
1340: -- validation levels.
1341: -- If pass NULL, it means i
1342: -- FND_API.G_VALID_LEVEL_FULL
1343: --
1344: -- x_return_status REQUIRED. Value can be
1345: -- FND_API.G_RET_STS_SUCCESS
1346: -- FND_API.G_RET_STS_ERROR

Line 1345: -- FND_API.G_RET_STS_SUCCESS

1341: -- If pass NULL, it means i
1342: -- FND_API.G_VALID_LEVEL_FULL
1343: --
1344: -- x_return_status REQUIRED. Value can be
1345: -- FND_API.G_RET_STS_SUCCESS
1346: -- FND_API.G_RET_STS_ERROR
1347: -- FND_API.G_RET_STS_UNEXP_ERROR
1348: -- x_msg_count REQUIRED. Number of messages on the message list
1349: -- x_msg_data REQUIRED. Return message data if message count is 1

Line 1346: -- FND_API.G_RET_STS_ERROR

1342: -- FND_API.G_VALID_LEVEL_FULL
1343: --
1344: -- x_return_status REQUIRED. Value can be
1345: -- FND_API.G_RET_STS_SUCCESS
1346: -- FND_API.G_RET_STS_ERROR
1347: -- FND_API.G_RET_STS_UNEXP_ERROR
1348: -- x_msg_count REQUIRED. Number of messages on the message list
1349: -- x_msg_data REQUIRED. Return message data if message count is 1
1350: -- p_card_id REQUIRED. Card ID to be deleted.

Line 1347: -- FND_API.G_RET_STS_UNEXP_ERROR

1343: --
1344: -- x_return_status REQUIRED. Value can be
1345: -- FND_API.G_RET_STS_SUCCESS
1346: -- FND_API.G_RET_STS_ERROR
1347: -- FND_API.G_RET_STS_UNEXP_ERROR
1348: -- x_msg_count REQUIRED. Number of messages on the message list
1349: -- x_msg_data REQUIRED. Return message data if message count is 1
1350: -- p_card_id REQUIRED. Card ID to be deleted.
1351: -- EXCEPTIONS :

Line 1468: x_return_status := FND_API.G_RET_STS_SUCCESS;

1464:
1465: FND_MSG_PUB.initialize;
1466:
1467:
1468: x_return_status := FND_API.G_RET_STS_SUCCESS;
1469: -- End API initialization
1470:
1471: -- Select the eligible data for Reconciliation
1472:

Line 2108: WHEN FND_API.G_EXC_ERROR THEN

2104: , 'OUT');
2105: END IF;
2106: --dbms_output.put_line(' OUT of Process_SHIKYU_Reconciliation. ');
2107: EXCEPTION
2108: WHEN FND_API.G_EXC_ERROR THEN
2109: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_ERROR ');
2110: -- dbms_output.put_line(' SQLERRM : '|| SQLERRM );
2111: ROLLBACK;
2112: FND_MSG_PUB.Count_And_Get

Line 2109: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_ERROR ');

2105: END IF;
2106: --dbms_output.put_line(' OUT of Process_SHIKYU_Reconciliation. ');
2107: EXCEPTION
2108: WHEN FND_API.G_EXC_ERROR THEN
2109: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_ERROR ');
2110: -- dbms_output.put_line(' SQLERRM : '|| SQLERRM );
2111: ROLLBACK;
2112: FND_MSG_PUB.Count_And_Get
2113: ( p_count => x_msg_count

Line 2116: x_return_status := FND_API.g_ret_sts_error;

2112: FND_MSG_PUB.Count_And_Get
2113: ( p_count => x_msg_count
2114: , p_data => x_msg_data
2115: );
2116: x_return_status := FND_API.g_ret_sts_error;
2117:
2118: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2119: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_UNEXPECTED_ERROR ');
2120: -- dbms_output.put_line(' SQLERRM : '|| SQLERRM );

Line 2118: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

2114: , p_data => x_msg_data
2115: );
2116: x_return_status := FND_API.g_ret_sts_error;
2117:
2118: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2119: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_UNEXPECTED_ERROR ');
2120: -- dbms_output.put_line(' SQLERRM : '|| SQLERRM );
2121: ROLLBACK ;
2122: FND_MSG_PUB.Count_And_Get

Line 2119: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_UNEXPECTED_ERROR ');

2115: );
2116: x_return_status := FND_API.g_ret_sts_error;
2117:
2118: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2119: -- dbms_output.put_line(' EXCEPTION: FND_API.G_EXC_UNEXPECTED_ERROR ');
2120: -- dbms_output.put_line(' SQLERRM : '|| SQLERRM );
2121: ROLLBACK ;
2122: FND_MSG_PUB.Count_And_Get
2123: ( p_count => x_msg_count

Line 2127: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

2123: ( p_count => x_msg_count
2124: , p_data => x_msg_data
2125: );
2126:
2127: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2128:
2129: WHEN OTHERS THEN
2130: ROLLBACK ;
2131: FND_MSG_PUB.Count_And_Get

Line 2136: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

2132: ( p_count => x_msg_count
2133: , p_data => x_msg_data
2134: );
2135:
2136: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2137:
2138: IF (g_fnd_debug = 'Y')
2139: THEN
2140: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN