DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on STANDARD

Line 1706: AR.standard_rate_flag,

1702: AR.activity_id,
1703: AR.cost_basis_id,
1704: AR.scheduled_type_id,
1705: AR.autocharge_type_id,
1706: AR.standard_rate_flag,
1707: AR.schedule_seq
1708: FROM AHL_RT_OPER_RESOURCES AR
1709: WHERE AR.association_type_code='OPERATION'
1710: AND AR.object_id=c_operation_id;

Line 1851: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_oper_resource_rec.standard_rate_flag;

1847: --p_x_resource_tbl(l_res_ctr).duration :=l_oper_resource_rec.duration;
1848: p_x_resource_tbl(l_res_ctr).quantity :=l_oper_resource_rec.quantity;
1849: p_x_resource_tbl(l_res_ctr).cost_basis_code :=l_oper_resource_rec.cost_basis_id;
1850: p_x_resource_tbl(l_res_ctr).charge_type_code :=l_oper_resource_rec.autocharge_type_id;
1851: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_oper_resource_rec.standard_rate_flag;
1852: p_x_resource_tbl(l_res_ctr).scheduled_type_code :=l_oper_resource_rec.scheduled_type_id;
1853: --JKJAIN US space FP for ER # 6998882 -- start
1854: p_x_resource_tbl(l_res_ctr).schedule_seq_num :=l_oper_resource_rec.schedule_seq;
1855: --JKJAIN US space FP for ER # 6998882 -- end

Line 1888: AR.standard_rate_flag,

1884: AR.activity_id,
1885: AR.cost_basis_id,
1886: AR.scheduled_type_id,
1887: AR.autocharge_type_id,
1888: AR.standard_rate_flag,
1889: AR.schedule_seq
1890: FROM AHL_RT_OPER_RESOURCES AR
1891: WHERE AR.association_type_code=c_association_type
1892: AND AR.object_id=c_object_id;

Line 2034: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_rt_oper_resource_rec.standard_rate_flag;

2030: -- End OGMA Issue # 105 - Balaji
2031: p_x_resource_tbl(l_res_ctr).quantity :=l_rt_oper_resource_rec.quantity;
2032: p_x_resource_tbl(l_res_ctr).cost_basis_code :=l_rt_oper_resource_rec.cost_basis_id;
2033: p_x_resource_tbl(l_res_ctr).charge_type_code :=l_rt_oper_resource_rec.autocharge_type_id;
2034: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_rt_oper_resource_rec.standard_rate_flag;
2035: p_x_resource_tbl(l_res_ctr).scheduled_type_code :=l_rt_oper_resource_rec.scheduled_type_id;
2036: -- JKJAIN US space FP for ER # 6998882 -- start
2037: p_x_resource_tbl(l_res_ctr).schedule_seq_num :=l_rt_oper_resource_rec.schedule_seq;
2038: -- JKJAIN US space FP for ER # 6998882 -- end

Line 2134: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_rt_oper_resource_rec.standard_rate_flag;

2130: -- End OGMA Issue # 105 - Balaji
2131: p_x_resource_tbl(l_res_ctr).quantity :=l_rt_oper_resource_rec.quantity;
2132: p_x_resource_tbl(l_res_ctr).cost_basis_code :=l_rt_oper_resource_rec.cost_basis_id;
2133: p_x_resource_tbl(l_res_ctr).charge_type_code :=l_rt_oper_resource_rec.autocharge_type_id;
2134: p_x_resource_tbl(l_res_ctr).std_rate_flag_code :=l_rt_oper_resource_rec.standard_rate_flag;
2135: p_x_resource_tbl(l_res_ctr).scheduled_type_code :=l_rt_oper_resource_rec.scheduled_type_id;
2136: -- JKJAIN US space FP for ER # 6998882 -- start
2137: p_x_resource_tbl(l_res_ctr).schedule_seq_num :=l_rt_oper_resource_rec.schedule_seq;
2138: -- JKJAIN US space FP for ER # 6998882 -- end

Line 7495: -- Standard start of API savepoint

7491: 'ahl.plsql.AHL_PRD_WORKORDER_PVT.Reschedule_Visit_Jobs.begin',
7492: 'At the start of PLSQL procedure'
7493: );
7494: END IF;
7495: -- Standard start of API savepoint
7496: SAVEPOINT Reschedule_Visit_Jobs;
7497: --
7498: IF NOT FND_API.compatible_api_call(l_api_version,
7499: p_api_version,

Line 7944: -- Standard start of API savepoint

7940: 'ahl.plsql.AHL_PRD_WORKORDER_PVT.INSERT_TURNOVER_NOTES.begin',
7941: 'At the start of PLSQL procedure'
7942: );
7943: END IF;
7944: -- Standard start of API savepoint
7945: SAVEPOINT INSERT_TURNOVER_NOTES;
7946:
7947: -- Standard call to check for call compatibility
7948: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN

Line 7947: -- Standard call to check for call compatibility

7943: END IF;
7944: -- Standard start of API savepoint
7945: SAVEPOINT INSERT_TURNOVER_NOTES;
7946:
7947: -- Standard call to check for call compatibility
7948: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN
7949: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7950: END IF;
7951: -- Initialize message list if p_init_msg_list is set to TRUE

Line 8070: -- Standard check of p_commit

8066: IF x_msg_count > 0 THEN
8067: RAISE FND_API.G_EXC_ERROR;
8068: END IF;
8069:
8070: -- Standard check of p_commit
8071: IF FND_API.TO_BOOLEAN(p_commit) THEN
8072: COMMIT WORK;
8073: END IF;
8074: -- Standard call to get message count and if count is 1, get message info

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

8070: -- Standard check of p_commit
8071: IF FND_API.TO_BOOLEAN(p_commit) THEN
8072: COMMIT WORK;
8073: END IF;
8074: -- Standard call to get message count and if count is 1, get message info
8075: FND_MSG_PUB.Count_And_Get
8076: ( p_count => x_msg_count,
8077: p_data => x_msg_data,
8078: p_encoded => fnd_api.g_false