DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CST_COST_GROUPS

Line 406: cst_cost_groups

402: cost_group
403: INTO
404: l_cost_group_name
405: FROM
406: cst_cost_groups
407: WHERE
408: cost_group_id = i_cost_group_id;
409:
410: SELECT

Line 2565: FROM cst_cost_groups

2561: /* Get legal entity of the other cost group,if available */
2562: BEGIN
2563: SELECT legal_entity
2564: INTO l_txfr_legal_entity
2565: FROM cst_cost_groups
2566: WHERE cost_group_id = l_txfr_cost_group_id;
2567: EXCEPTION
2568: WHEN NO_DATA_FOUND THEN
2569: l_txfr_legal_entity := NULL;

Line 3381: FROM cst_cost_groups

3377:
3378: BEGIN
3379: SELECT legal_entity
3380: INTO l_txfr_legal_entity
3381: FROM cst_cost_groups
3382: WHERE cost_group_id = l_txfr_cost_group_id;
3383:
3384: EXCEPTION
3385: WHEN NO_DATA_FOUND THEN

Line 4653: FROM cst_cost_groups

4649:
4650: BEGIN
4651: SELECT legal_entity
4652: INTO l_txfr_legal_entity
4653: FROM cst_cost_groups
4654: WHERE cost_group_id = l_txfr_cost_group_id;
4655: EXCEPTION
4656: WHEN no_data_found THEN
4657: l_txfr_legal_entity := NULL;

Line 10278: FROM cst_cost_groups

10274: /* Get legal entity of the other cost group,if available */
10275: BEGIN
10276: SELECT legal_entity
10277: INTO l_txfr_legal_entity
10278: FROM cst_cost_groups
10279: WHERE cost_group_id = l_txfr_cost_group_id;
10280: EXCEPTION
10281: WHEN NO_DATA_FOUND THEN
10282: l_txfr_legal_entity := NULL;