DBA Data[Home] [Help]

APPS.JTF_EC_WORKFLOW_PKG dependencies on STANDARD

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

1139: BEGIN
1140:
1141: SAVEPOINT Start_Resc_Workflow;
1142:
1143: -- Standard call to check for call compatibility.
1144:
1145:
1146: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1147: p_api_version,

Line 1692: -- Standard check of p_commit.

1688: update jtf_tasks_b
1689: set workflow_process_id = l_itemkey
1690: where task_id = p_task_id;
1691:
1692: -- Standard check of p_commit.
1693: IF FND_API.To_Boolean( p_commit ) THEN
1694: COMMIT WORK;
1695: END IF;
1696: