DBA Data[Home] [Help]

APPS.CSF_ACCESS_HOURS_PUB dependencies on CSF_ACCESS_HOURS_PVT

Line 122: CSF_ACCESS_HOURS_PVT.LOCK_ACCESS_HOURS(

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

Line 773: CSF_ACCESS_HOURS_PVT.CREATE_ACCESS_HOURS

769: If l_return_status = fnd_api.g_ret_sts_unexp_error then
770: raise fnd_Api.g_exc_unexpected_error;
771: end if;
772:
773: CSF_ACCESS_HOURS_PVT.CREATE_ACCESS_HOURS
774: (
775: p_API_VERSION => 1.0,
776: p_INIT_MSG_LIST => 'F',
777: x_ACCESS_HOUR_ID =>x_ACCESS_HOUR_ID,

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

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

Line 1312: CSF_ACCESS_HOURS_PVT.UPDATE_ACCESS_HOURS(

1308: raise fnd_Api.g_exc_unexpected_error;
1309: end if;
1310:
1311:
1312: CSF_ACCESS_HOURS_PVT.UPDATE_ACCESS_HOURS(
1313: p_API_VERSION => 1.0,
1314: p_INIT_MSG_LIST => 'F',
1315: p_ACCESS_HOUR_ID =>p_ACCESS_HOUR_ID,
1316: p_TASK_ID=>p_TASK_ID,

Line 1469: CSF_ACCESS_HOURS_PVT.DELETE_ACCESS_HOURS(

1465: raise fnd_Api.g_exc_unexpected_error;
1466: end if;
1467:
1468:
1469: CSF_ACCESS_HOURS_PVT.DELETE_ACCESS_HOURS(
1470: p_API_VERSION => 1.0,
1471: p_INIT_MSG_LIST => 'F',
1472: p_ACCESS_HOUR_ID =>p_ACCESS_HOUR_ID,
1473: p_commit =>fnd_api.g_true, --p_commit,--fnd_api.g_true,