DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CST_COST_GROUPS

Line 416: cst_cost_groups

412: cost_group
413: INTO
414: l_cost_group_name
415: FROM
416: cst_cost_groups
417: WHERE
418: cost_group_id = i_cost_group_id;
419:
420: SELECT

Line 2847: FROM cst_cost_groups

2843: /* Get legal entity of the other cost group,if available */
2844: BEGIN
2845: SELECT legal_entity
2846: INTO l_txfr_legal_entity
2847: FROM cst_cost_groups
2848: WHERE cost_group_id = l_txfr_cost_group_id;
2849: EXCEPTION
2850: WHEN NO_DATA_FOUND THEN
2851: l_txfr_legal_entity := NULL;

Line 3663: FROM cst_cost_groups

3659:
3660: BEGIN
3661: SELECT legal_entity
3662: INTO l_txfr_legal_entity
3663: FROM cst_cost_groups
3664: WHERE cost_group_id = l_txfr_cost_group_id;
3665:
3666: EXCEPTION
3667: WHEN NO_DATA_FOUND THEN

Line 4935: FROM cst_cost_groups

4931:
4932: BEGIN
4933: SELECT legal_entity
4934: INTO l_txfr_legal_entity
4935: FROM cst_cost_groups
4936: WHERE cost_group_id = l_txfr_cost_group_id;
4937: EXCEPTION
4938: WHEN no_data_found THEN
4939: l_txfr_legal_entity := NULL;

Line 10753: FROM cst_cost_groups

10749: /* Get legal entity of the other cost group,if available */
10750: BEGIN
10751: SELECT legal_entity
10752: INTO l_txfr_legal_entity
10753: FROM cst_cost_groups
10754: WHERE cost_group_id = l_txfr_cost_group_id;
10755: EXCEPTION
10756: WHEN NO_DATA_FOUND THEN
10757: l_txfr_legal_entity := NULL;