DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on STANDARD

Line 57: -- Standard Start of API savepoint

53: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
54: iex_debug_pub.logmessage('IEX Start Bankruptcy Workflow..');
55: end if;
56:
57: -- Standard Start of API savepoint
58: SAVEPOINT START_WORKFLOW;
59:
60: l_api_name := 'START_WORKFLOW';
61: l_api_version_number := 1.0;

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

60: l_api_name := 'START_WORKFLOW';
61: l_api_version_number := 1.0;
62: l_init_msg_list :=FND_API.G_FALSE;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version,
67: l_api_name,
68: G_PKG_NAME)

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

252: -- DBMS_OUTPUT.PUT_LINE('GET ITEM STATUS = ' || l_return_status);
253: -- DBMS_OUTPUT.PUT_LINE('GET ITEM result = ' || l_result);
254:
255:
256: -- Standard call to get message count and if count is 1, get message info.
257: FND_MSG_PUB.Count_And_Get
258: ( p_count => x_msg_count,
259: p_data => x_msg_data
260: );

Line 1197: -- Standard Start of API savepoint

1193: l_init_msg_list VARCHAR2(1);
1194: l_disposition_code varchar2(30);
1195:
1196: BEGIN
1197: -- Standard Start of API savepoint
1198: SAVEPOINT START_STRATEGY;
1199:
1200: P_ObjectType := 'BANKRUPTCY';
1201: p_ObjectID := p_bankruptcy_id;

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

1202: l_api_version_number := 1.0;
1203: l_api_name := 'Create Strategy';
1204: l_init_msg_list := FND_API.G_FALSE;
1205:
1206: -- Standard call to check for call compatibility.
1207: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1208: p_api_version,
1209: l_api_name,
1210: G_PKG_NAME)

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

1258: IEX_DEBUG_PUB.logMessage('Start cancel_strategy_and_workflow');
1259: END IF;
1260: end if;
1261:
1262: -- Standard call to get message count and if count is 1, get message info.
1263: FND_MSG_PUB.Count_And_Get
1264: ( p_count => x_msg_count,
1265: p_data => x_msg_data
1266: );