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 3249: -- Standard check of p_commit

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

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

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

Line 3449: -- Standard Start of API savepoint

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

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

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

Line 3590: -- Standard check of p_commit

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

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

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

Line 3804: -- Standard Start of API savepoint

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

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

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

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

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

Line 4265: -- Standard Start of API savepoint

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

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

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

Line 4401: -- Standard check of p_commit.

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

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

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

Line 4522: -- Standard Start of API savepoint

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

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

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

Line 4558: -- Standard check of p_commit.

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

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

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