DBA Data[Home] [Help]

APPS.CS_MULTIORG_PUB dependencies on ASO_DEBUG_PUB

Line 53: l_debug number := ASO_DEBUG_PUB.G_DEBUG_LEVEL ;

49: l_return_status VARCHAR2(1) ;
50: l_msg_count NUMBER;
51: l_msg_data VARCHAR2(2000);
52:
53: l_debug number := ASO_DEBUG_PUB.G_DEBUG_LEVEL ;
54:
55: BEGIN
56: -- Standard Start of API Savepoint
57: SAVEPOINT CS_Charge_Create_Order_PUB;

Line 73: aso_debug_pub.add('Public API: ' || l_api_name_full || ' start', 1, 'Y');

69: FND_MSG_PUB.initialize;
70: END IF;
71:
72: if (l_debug > 0) then
73: aso_debug_pub.add('Public API: ' || l_api_name_full || ' start', 1, 'Y');
74: aso_debug_pub.add ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');
75: end if;
76:
77: -- Initialize API return status to success

Line 74: aso_debug_pub.add ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');

70: END IF;
71:
72: if (l_debug > 0) then
73: aso_debug_pub.add('Public API: ' || l_api_name_full || ' start', 1, 'Y');
74: aso_debug_pub.add ('Start time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');
75: end if;
76:
77: -- Initialize API return status to success
78: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 86: aso_debug_pub.add(l_api_name_full || ': Incident Id =' || p_incident_id, 1, 'Y');

82: --
83: -- Local Procedure
84:
85: if (l_debug > 0) then
86: aso_debug_pub.add(l_api_name_full || ': Incident Id =' || p_incident_id, 1, 'Y');
87:
88: -- Call CS_MultiOrg_PVT.Get_OrgId Private API
89: aso_debug_pub.add(l_api_name_full || ': Before call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');
90: end if;

Line 89: aso_debug_pub.add(l_api_name_full || ': Before call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');

85: if (l_debug > 0) then
86: aso_debug_pub.add(l_api_name_full || ': Incident Id =' || p_incident_id, 1, 'Y');
87:
88: -- Call CS_MultiOrg_PVT.Get_OrgId Private API
89: aso_debug_pub.add(l_api_name_full || ': Before call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');
90: end if;
91:
92: CS_MultiOrg_PVT.Get_OrgId(
93: p_api_version => p_api_version,

Line 107: aso_debug_pub.add(l_api_name_full || ': STS error: Calling CS_MultiOrg_PVT.Get_OrgId failed', 1, 'Y');

103: );
104:
105: IF (l_return_status = FND_API.G_RET_STS_ERROR) THEN
106: if (l_debug > 0) then
107: aso_debug_pub.add(l_api_name_full || ': STS error: Calling CS_MultiOrg_PVT.Get_OrgId failed', 1, 'Y');
108: end if;
109: --FND_MESSAGE.Set_Name('CS','CS_CHG_PROCEDURE_FAILED');
110: --FND_MESSAGE.Set_Token('PROCEDURE','CS_MultiOrg_PVT.Get_OrgId');
111: --FND_MSG_PUB.Add;

Line 117: aso_debug_pub.add(l_api_name_full || ': Unexpected error: Calling CS_MultiOrg_PVT.Get_OrgId failed',1, 'Y');

113: x_msg_data := l_msg_data;
114: RAISE FND_API.G_EXC_ERROR;
115: ELSIF (l_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
116: if (l_debug > 0) then
117: aso_debug_pub.add(l_api_name_full || ': Unexpected error: Calling CS_MultiOrg_PVT.Get_OrgId failed',1, 'Y');
118: end if;
119: --FND_MESSAGE.Set_Name('CS','CS_CHG_PROCEDURE_FAILED');
120: --FND_MESSAGE.Set_Token('PROCEDURE','CS_MultiOrg_PVT.Get_OrgId');
121: --FND_MSG_PUB.Add;

Line 128: aso_debug_pub.add(l_api_name_full || ': After call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');

124: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
125: END IF;
126:
127: if (l_debug > 0) then
128: aso_debug_pub.add(l_api_name_full || ': After call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');
129: aso_debug_pub.add(l_api_name_full || ': x_org_id =' || x_org_id, 1, 'Y');
130: aso_debug_pub.add(l_api_name_full || ': x_profile =' || x_profile, 1, 'Y');
131: end if;
132:

Line 129: aso_debug_pub.add(l_api_name_full || ': x_org_id =' || x_org_id, 1, 'Y');

125: END IF;
126:
127: if (l_debug > 0) then
128: aso_debug_pub.add(l_api_name_full || ': After call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');
129: aso_debug_pub.add(l_api_name_full || ': x_org_id =' || x_org_id, 1, 'Y');
130: aso_debug_pub.add(l_api_name_full || ': x_profile =' || x_profile, 1, 'Y');
131: end if;
132:
133: --

Line 130: aso_debug_pub.add(l_api_name_full || ': x_profile =' || x_profile, 1, 'Y');

126:
127: if (l_debug > 0) then
128: aso_debug_pub.add(l_api_name_full || ': After call CS_MultiOrg_PVT.Get_OrgId', 1, 'Y');
129: aso_debug_pub.add(l_api_name_full || ': x_org_id =' || x_org_id, 1, 'Y');
130: aso_debug_pub.add(l_api_name_full || ': x_profile =' || x_profile, 1, 'Y');
131: end if;
132:
133: --
134: -- End of API body

Line 143: aso_debug_pub.add ('Public API: ' || l_api_name_full || ' end', 1, 'Y');

139: COMMIT WORK;
140: END IF;
141:
142: if (l_debug > 0) then
143: aso_debug_pub.add ('Public API: ' || l_api_name_full || ' end', 1, 'Y');
144: aso_debug_pub.add ('End time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');
145: end if;
146: -- Standard call to get message count and if count is 1, get message info.
147: FND_MSG_PUB.Count_And_Get

Line 144: aso_debug_pub.add ('End time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');

140: END IF;
141:
142: if (l_debug > 0) then
143: aso_debug_pub.add ('Public API: ' || l_api_name_full || ' end', 1, 'Y');
144: aso_debug_pub.add ('End time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');
145: end if;
146: -- Standard call to get message count and if count is 1, get message info.
147: FND_MSG_PUB.Count_And_Get
148: ( p_count => x_msg_count,