DBA Data[Home] [Help]

APPS.OKC_TAL_PVT dependencies on OKC_TIME_TPA_RELATIVE_V

Line 234: -- FUNCTION get_rec for: OKC_TIME_TPA_RELATIVE_V

230: RETURN(get_rec(p_okc_timevalues_tl_rec, l_row_notfound));
231: END get_rec;
232: */
233: ---------------------------------------------------------------------------
234: -- FUNCTION get_rec for: OKC_TIME_TPA_RELATIVE_V
235: ---------------------------------------------------------------------------
236: FUNCTION get_rec (
237: p_talv_rec IN talv_rec_type,
238: x_no_data_found OUT NOCOPY BOOLEAN

Line 278: FROM Okc_Time_Tpa_Relative_V

274: CREATION_DATE,
275: LAST_UPDATED_BY,
276: LAST_UPDATE_DATE,
277: LAST_UPDATE_LOGIN
278: FROM Okc_Time_Tpa_Relative_V
279: WHERE okc_time_tpa_relative_v.id = p_id;
280: l_okc_talv_pk okc_talv_pk_csr%ROWTYPE;
281: l_talv_rec talv_rec_type;
282: BEGIN

Line 279: WHERE okc_time_tpa_relative_v.id = p_id;

275: LAST_UPDATED_BY,
276: LAST_UPDATE_DATE,
277: LAST_UPDATE_LOGIN
278: FROM Okc_Time_Tpa_Relative_V
279: WHERE okc_time_tpa_relative_v.id = p_id;
280: l_okc_talv_pk okc_talv_pk_csr%ROWTYPE;
281: l_talv_rec talv_rec_type;
282: BEGIN
283: x_no_data_found := TRUE;

Line 337: -- FUNCTION null_out_defaults for: OKC_TIME_TPA_RELATIVE_V --

333: RETURN(get_rec(p_talv_rec, l_row_notfound));
334: END get_rec;
335:
336: -------------------------------------------------------------
337: -- FUNCTION null_out_defaults for: OKC_TIME_TPA_RELATIVE_V --
338: -------------------------------------------------------------
339: FUNCTION null_out_defaults (
340: p_talv_rec IN talv_rec_type
341: ) RETURN talv_rec_type IS

Line 542: -- Validate_Attributes for:OKC_TIME_TPA_RELATIVE_V --

538: ---------------------------------------------------------------------------
539: -- PROCEDURE Validate_Attributes
540: ---------------------------------------------------------------------------
541: -----------------------------------------------------
542: -- Validate_Attributes for:OKC_TIME_TPA_RELATIVE_V --
543: -----------------------------------------------------
544: PROCEDURE Validate_Time_Zone_Id (
545: x_return_status OUT NOCOPY VARCHAR2,
546: p_talv_rec IN talv_rec_type) IS

Line 1054: -- Validate_Record for:OKC_TIME_TPA_RELATIVE_V --

1050: ---------------------------------------------------------------------------
1051: -- PROCEDURE Validate_Record
1052: ---------------------------------------------------------------------------
1053: -------------------------------------------------
1054: -- Validate_Record for:OKC_TIME_TPA_RELATIVE_V --
1055: -------------------------------------------------
1056: FUNCTION Validate_Record (
1057: p_talv_rec IN talv_rec_type
1058: ) RETURN VARCHAR2 IS

Line 1213: -- validate_row for:OKC_TIME_TPA_RELATIVE_V --

1209: ---------------------------------------------------------------------------
1210: -- PROCEDURE validate_row
1211: ---------------------------------------------------------------------------
1212: ----------------------------------------------
1213: -- validate_row for:OKC_TIME_TPA_RELATIVE_V --
1214: ----------------------------------------------
1215: PROCEDURE validate_row(
1216: p_api_version IN NUMBER,
1217: p_init_msg_list IN VARCHAR2,

Line 1668: -- insert_row for:OKC_TIME_TPA_RELATIVE_V --

1664: );
1665: END insert_row;
1666: */
1667: --------------------------------------------
1668: -- insert_row for:OKC_TIME_TPA_RELATIVE_V --
1669: --------------------------------------------
1670: PROCEDURE insert_row(
1671: p_api_version IN NUMBER,
1672: p_init_msg_list IN VARCHAR2,

Line 1704: -- Set_Attributes for:OKC_TIME_TPA_RELATIVE_V --

1700: l_talv_rec.LAST_UPDATE_LOGIN := FND_GLOBAL.LOGIN_ID;
1701: RETURN(l_talv_rec);
1702: END fill_who_columns;
1703: ------------------------------------------------
1704: -- Set_Attributes for:OKC_TIME_TPA_RELATIVE_V --
1705: ------------------------------------------------
1706: FUNCTION Set_Attributes (
1707: p_talv_rec IN talv_rec_type,
1708: x_talv_rec OUT NOCOPY talv_rec_type

Line 2096: -- lock_row for:OKC_TIME_TPA_RELATIVE_V --

2092: );
2093: END lock_row;
2094: */
2095: ------------------------------------------
2096: -- lock_row for:OKC_TIME_TPA_RELATIVE_V --
2097: ------------------------------------------
2098: PROCEDURE lock_row(
2099: p_api_version IN NUMBER,
2100: p_init_msg_list IN VARCHAR2 ,

Line 2802: -- update_row for:OKC_TIME_TPA_RELATIVE_V --

2798: );
2799: END update_row;
2800: */
2801: --------------------------------------------
2802: -- update_row for:OKC_TIME_TPA_RELATIVE_V --
2803: --------------------------------------------
2804: PROCEDURE update_row(
2805: p_api_version IN NUMBER,
2806: p_init_msg_list IN VARCHAR2,

Line 3001: -- Set_Attributes for:OKC_TIME_TPA_RELATIVE_V --

2997: END IF;
2998: RETURN(l_return_status);
2999: END populate_new_record;
3000: ------------------------------------------------
3001: -- Set_Attributes for:OKC_TIME_TPA_RELATIVE_V --
3002: ------------------------------------------------
3003: FUNCTION Set_Attributes (
3004: p_talv_rec IN talv_rec_type,
3005: x_talv_rec OUT NOCOPY talv_rec_type

Line 3348: -- delete_row for:OKC_TIME_TPA_RELATIVE_V --

3344: );
3345: END delete_row;
3346: */
3347: --------------------------------------------
3348: -- delete_row for:OKC_TIME_TPA_RELATIVE_V --
3349: --------------------------------------------
3350: PROCEDURE delete_row(
3351: p_api_version IN NUMBER,
3352: p_init_msg_list IN VARCHAR2,