DBA Data[Home] [Help]

APPS.INV_COST_GROUP_PVT dependencies on CSTPCGUT

Line 57: l_cost_group_id_tbl cstpcgut.cost_group_tbl;

53: p_average_cost_var_account IN NUMBER DEFAULT NULL,
54: p_organization_id IN NUMBER,
55: p_cost_group IN VARCHAR2 DEFAULT NULL)
56: IS
57: l_cost_group_id_tbl cstpcgut.cost_group_tbl;
58: l_count number;
59: l_found boolean := FALSE;
60: l_cost_group varchar2(10);
61:

Line 65: cstpcgut.get_cost_group

61:
62: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
63: BEGIN
64:
65: cstpcgut.get_cost_group
66: (
67: x_return_status => x_return_status
68: , x_msg_count => x_msg_count
69: , x_msg_data => x_msg_data

Line 100: cstpcgut.create_cost_group

96: end loop;
97: end if;
98:
99: if NOT(l_found) then
100: cstpcgut.create_cost_group
101: (
102: x_return_status => x_return_status
103: , x_msg_count => x_msg_count
104: , x_msg_data => x_msg_data