DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on FND_API

Line 1354: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

1350: p_party_id => l_party_id,
1351: p_return_status => l_return_status);
1352:
1353: /* 7272415 - Error handling for TCA API */
1354: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1355: THEN
1356: IF pg_wf_debug = 'Y'
1357: THEN
1358: debug(' TCA API failed to create party profile');

Line 3286: p_init_msg_list => FND_API.G_FALSE,

3282: */
3283:
3284: OE_Holds_PUB.Process_Holds (
3285: p_api_version => 1.0,
3286: p_init_msg_list => FND_API.G_FALSE,
3287: p_hold_entity_code => l_entity_code,
3288: p_hold_entity_id => l_entity_id,
3289: p_hold_id => 1,
3290: p_release_reason_code => 'AR_AUTOMATIC',

Line 3296: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

3292: x_return_status => l_return_status,
3293: x_msg_count => l_msg_count,
3294: x_msg_data => l_error_msg);
3295:
3296: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
3297: THEN
3298: wf_core.context('AR_CMGT_WF_ENGINE','IMPLEMENT_RECOMMENDATION',itemtype,
3299: itemkey,
3300: 'Error while applying Customer Hold for Party : '||l_party_id||' Cust Account Id '||

Line 3321: p_init_msg_list => FND_API.G_FALSE,

3317: p_return_status => l_return_status );
3318: */
3319: OE_Holds_PUB.Process_Holds (
3320: p_api_version => 1.0,
3321: p_init_msg_list => FND_API.G_FALSE,
3322: p_hold_entity_code => l_entity_code,
3323: p_hold_entity_id => l_entity_id,
3324: p_hold_id => 1,
3325: p_release_reason_code => 'AR_AUTOMATIC',

Line 3331: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

3327: x_return_status => l_return_status,
3328: x_msg_count => l_msg_count,
3329: x_msg_data => l_error_msg);
3330:
3331: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
3332: THEN
3333: wf_core.context('AR_CMGT_WF_ENGINE','IMPLEMENT_RECOMMENDATION',itemtype,
3334: itemkey,
3335: 'Error while applying Removing Hold for Party : '||l_party_id||' Cust Account Id '||