DBA Data[Home] [Help]

APPS.CST_PACEAMCOST_GRP dependencies on STANDARD

Line 840: /* Standard Start of API savepoint */

836: l_module || '.begin',
837: 'Delete_PAC_EamPerBal <<');
838: END IF;
839:
840: /* Standard Start of API savepoint */
841: SAVEPOINT Delete_PAC_EamPerBal_PUB;
842:
843: /* Standard call to check for call compatibility */
844: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 843: /* Standard call to check for call compatibility */

839:
840: /* Standard Start of API savepoint */
841: SAVEPOINT Delete_PAC_EamPerBal_PUB;
842:
843: /* Standard call to check for call compatibility */
844: IF NOT FND_API.Compatible_API_Call (l_api_version,
845: p_api_version,
846: l_api_name,
847: G_PKG_NAME ) THEN

Line 1244: wor.standard_rate_flag standard_flag,

1240: wor.usage_rate_or_amount
1241: * DECODE(wor.basis_type,
1242: 1, l_lot_size,
1243: 2, 1, 1) usage_rate_or_amount,
1244: wor.standard_rate_flag standard_flag,
1245: wor.department_id department_id,
1246: br.functional_currency_flag functional_currency_flag,
1247: br.cost_element_id cost_element_id,
1248: br.resource_type resource_type

Line 1545: -- standard start of API savepoint

1541: l_module || '.begin',
1542: 'Compute_PAC_JobEstimates <<');
1543: END IF;
1544:
1545: -- standard start of API savepoint
1546: SAVEPOINT Compute_PAC_JobEstimates_PUB;
1547:
1548: -- standard call to check for call compatibility
1549: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,

Line 1548: -- standard call to check for call compatibility

1544:
1545: -- standard start of API savepoint
1546: SAVEPOINT Compute_PAC_JobEstimates_PUB;
1547:
1548: -- standard call to check for call compatibility
1549: IF NOT FND_API.COMPATIBLE_API_CALL (l_api_version,
1550: p_api_version,
1551: l_api_name,
1552: G_PKG_NAME ) THEN

Line 2721: -- Standard check of p_commit

2717: 'CST_PacEamCost_GRP.Compute_PAC_JobEstimatess(' || to_char(l_stmt_num)
2718: || '): PO/REQ Cost Calc completed successfully');
2719: END IF;
2720:
2721: -- Standard check of p_commit
2722: IF FND_API.to_Boolean(p_commit) THEN
2723: COMMIT WORK;
2724: END IF;
2725:

Line 2726: -- Standard Call to get message count and if count = 1, get message info

2722: IF FND_API.to_Boolean(p_commit) THEN
2723: COMMIT WORK;
2724: END IF;
2725:
2726: -- Standard Call to get message count and if count = 1, get message info
2727: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
2728: p_data => x_msg_data );
2729:
2730: -- Procedure level log message for exit point

Line 2961: -- Standard Start of API savepoint

2957: l_module || '.begin',
2958: 'InsertUpdate_PAC_eamPerBal <<');
2959: END IF;
2960:
2961: -- Standard Start of API savepoint
2962: SAVEPOINT InsertUpdate_PAC_eamPerBal_PUB;
2963:
2964:
2965: -- Standard call to check for call compatibility

Line 2965: -- Standard call to check for call compatibility

2961: -- Standard Start of API savepoint
2962: SAVEPOINT InsertUpdate_PAC_eamPerBal_PUB;
2963:
2964:
2965: -- Standard call to check for call compatibility
2966: IF NOT FND_API.Compatible_API_Call(l_api_version,
2967: p_api_version,
2968: l_api_name,
2969: G_PKG_NAME ) THEN

Line 3250: -- Standard check of p_commit

3246: || SUBSTRB (SQLERRM , 1 , 240));
3247: RAISE FND_API.G_EXC_ERROR;
3248: END IF;
3249:
3250: -- Standard check of p_commit
3251: IF FND_API.to_Boolean(p_commit) THEN
3252: COMMIT WORK;
3253: END IF;
3254:

Line 3255: -- Standard Call to get message count and if count = 1, get message info

3251: IF FND_API.to_Boolean(p_commit) THEN
3252: COMMIT WORK;
3253: END IF;
3254:
3255: -- Standard Call to get message count and if count = 1, get message info
3256: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
3257: p_data => x_msg_data );
3258:
3259: -- Procedure level log message for exit point

Line 3450: -- Standard Start of API savepoint

3446: l_module || '.begin',
3447: 'InsertUpdate_PAC_assetPerBal <<');
3448: END IF;
3449:
3450: -- Standard Start of API savepoint
3451: SAVEPOINT InsertUpdate_PAC_astPerBal_PUB;
3452:
3453: -- Standard call to check for call compatibility
3454: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 3453: -- Standard call to check for call compatibility

3449:
3450: -- Standard Start of API savepoint
3451: SAVEPOINT InsertUpdate_PAC_astPerBal_PUB;
3452:
3453: -- Standard call to check for call compatibility
3454: IF NOT FND_API.Compatible_API_Call (l_api_version,
3455: p_api_version,
3456: l_api_name,
3457: G_PKG_NAME ) THEN

Line 3591: -- Standard check of p_commit

3587: END IF; -- end checking asset balance rowcount
3588:
3589: l_stmt_num := 525;
3590:
3591: -- Standard check of p_commit
3592: IF FND_API.to_Boolean(p_commit) THEN
3593: COMMIT WORK;
3594: END IF;
3595:

Line 3596: -- Standard Call to get message count and if count = 1, get message info

3592: IF FND_API.to_Boolean(p_commit) THEN
3593: COMMIT WORK;
3594: END IF;
3595:
3596: -- Standard Call to get message count and if count = 1, get message info
3597: FND_MSG_PUB.COUNT_AND_GET (p_count => x_msg_count,
3598: p_data => x_msg_data );
3599:
3600: -- Procedure level log message for exit point

Line 3805: -- Standard Start of API savepoint

3801: l_module || '.begin',
3802: 'Compute_PAC_JobActuals <<');
3803: END IF;
3804:
3805: -- Standard Start of API savepoint
3806: SAVEPOINT Compute_PAC_JobActuals_PUB;
3807:
3808: -- Standard call to check for call compatibility
3809: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 3808: -- Standard call to check for call compatibility

3804:
3805: -- Standard Start of API savepoint
3806: SAVEPOINT Compute_PAC_JobActuals_PUB;
3807:
3808: -- Standard call to check for call compatibility
3809: IF NOT FND_API.Compatible_API_Call (l_api_version,
3810: p_api_version,
3811: l_api_name,
3812: G_PKG_NAME ) THEN

Line 4079: -- Standard Call to get message count and if count = 1, get message info

4075: COMMIT WORK;
4076: END IF;
4077: l_stmt_num := 40;
4078:
4079: -- Standard Call to get message count and if count = 1, get message info
4080: FND_MSG_PUB.COUNT_AND_GET (p_count => x_msg_count,
4081: p_data => x_msg_data );
4082:
4083: -- Procedure level log message for exit point

Line 4266: -- Standard Start of API savepoint

4262: l_cnt_cebba NUMBER;
4263: l_stmt_num NUMBER;
4264:
4265: BEGIN
4266: -- Standard Start of API savepoint
4267: SAVEPOINT Insert_PAC_eamBalAcct_PUB;
4268:
4269: if( l_pLog ) then
4270: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

Line 4293: -- Standard call to check for call compatibility.

4289: 'p_value=' || p_value ||',' ||
4290: ')');
4291: end if;
4292:
4293: -- Standard call to check for call compatibility.
4294: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4295: p_api_version,
4296: l_api_name ,
4297: 'CST_eamCost_PUB')

Line 4402: -- Standard check of p_commit.

4398: '.updated/inserted the record for :' || to_char(p_wip_entity_id)
4399: );
4400: end if;
4401:
4402: -- Standard check of p_commit.
4403: IF FND_API.To_Boolean( p_commit ) THEN
4404: COMMIT WORK;
4405: END IF;
4406:

Line 4417: -- Standard call to get message count and if count is 1, get message info.

4413: 'End of ' || l_full_name
4414: );
4415: END IF;
4416:
4417: -- Standard call to get message count and if count is 1, get message info.
4418: FND_MSG_PUB.Count_And_Get
4419: ( p_count => x_msg_count ,
4420: p_data => x_msg_data
4421: );

Line 4523: -- Standard Start of API savepoint

4519: l_pLog CONSTANT BOOLEAN := l_uLog AND (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
4520:
4521: l_stmt_num NUMBER;
4522: BEGIN
4523: -- Standard Start of API savepoint
4524: SAVEPOINT Delete_PAC_eamBalAcct_PUB;
4525: -- Standard call to check for call compatibility.
4526: IF NOT FND_API.Compatible_API_Call (l_api_version,
4527: p_api_version,

Line 4525: -- Standard call to check for call compatibility.

4521: l_stmt_num NUMBER;
4522: BEGIN
4523: -- Standard Start of API savepoint
4524: SAVEPOINT Delete_PAC_eamBalAcct_PUB;
4525: -- Standard call to check for call compatibility.
4526: IF NOT FND_API.Compatible_API_Call (l_api_version,
4527: p_api_version,
4528: l_api_name ,
4529: 'CST_eamCost_PUB')

Line 4559: -- Standard check of p_commit.

4555: and legal_entity_id = p_legal_entity_id
4556: and cost_group_id = p_cost_group_id
4557: and cost_type_id = p_cost_type_id;
4558:
4559: -- Standard check of p_commit.
4560: IF FND_API.To_Boolean( p_commit ) THEN
4561: COMMIT WORK;
4562: END IF;
4563:

Line 4573: -- Standard call to get message count and if count is 1, get message info.

4569: 'End of ' || l_full_name
4570: );
4571: END IF;
4572:
4573: -- Standard call to get message count and if count is 1, get message info.
4574: FND_MSG_PUB.Count_And_Get
4575: ( p_count => x_msg_count ,
4576: p_data => x_msg_data
4577: );