DBA Data[Home] [Help]

APPS.CSF_ACCESS_HOURS_PUB dependencies on CSF_ACCESS_HOURS_PVT

Line 120: CSF_ACCESS_HOURS_PVT.LOCK_ACCESS_HOURS(

116: fnd_msg_pub.add;
117: raise fnd_api.g_exc_error;
118: end if;
119:
120: CSF_ACCESS_HOURS_PVT.LOCK_ACCESS_HOURS(
121:
122: p_API_VERSION => 1.0,
123: p_INIT_MSG_LIST => 'F',
124: p_ACCESS_HOUR_ID =>p_ACCESS_HOUR_ID,

Line 777: CSF_ACCESS_HOURS_PVT.CREATE_ACCESS_HOURS

773: If l_return_status = fnd_api.g_ret_sts_unexp_error then
774: raise fnd_Api.g_exc_unexpected_error;
775: end if;
776:
777: CSF_ACCESS_HOURS_PVT.CREATE_ACCESS_HOURS
778: (
779: p_API_VERSION => 1.0,
780: p_INIT_MSG_LIST => 'F',
781: x_ACCESS_HOUR_ID =>x_ACCESS_HOUR_ID,

Line 1113: --- now copy all existing values and the new values to the local variable b4 calling the update_row procedure of csf_access_hours_pvt

1109: raise fnd_api.g_exc_error;
1110: end if;
1111: end if;
1112:
1113: --- now copy all existing values and the new values to the local variable b4 calling the update_row procedure of csf_access_hours_pvt
1114: IF p_ACCESS_HOUR_REQD is NOT NULL then
1115: l_ACCESS_HOUR_REQD :=p_ACCESS_HOUR_REQD;
1116: END IF;
1117:

Line 1316: CSF_ACCESS_HOURS_PVT.UPDATE_ACCESS_HOURS(

1312: raise fnd_Api.g_exc_unexpected_error;
1313: end if;
1314:
1315:
1316: CSF_ACCESS_HOURS_PVT.UPDATE_ACCESS_HOURS(
1317: p_API_VERSION => 1.0,
1318: p_INIT_MSG_LIST => 'F',
1319: p_ACCESS_HOUR_ID =>p_ACCESS_HOUR_ID,
1320: p_TASK_ID=>p_TASK_ID,

Line 1473: CSF_ACCESS_HOURS_PVT.DELETE_ACCESS_HOURS(

1469: raise fnd_Api.g_exc_unexpected_error;
1470: end if;
1471:
1472:
1473: CSF_ACCESS_HOURS_PVT.DELETE_ACCESS_HOURS(
1474: p_API_VERSION => 1.0,
1475: p_INIT_MSG_LIST => 'F',
1476: p_ACCESS_HOUR_ID =>p_ACCESS_HOUR_ID,
1477: p_commit =>fnd_api.g_true, --p_commit,--fnd_api.g_true,