DBA Data[Home] [Help]

APPS.OKL_RCA_PVT dependencies on OKL_TXL_RCPT_APPS_V

Line 277: -- FUNCTION get_rec for: OKL_TXL_RCPT_APPS_V

273: BEGIN
274: RETURN(get_rec(p_okl_txl_rcpt_apps_tl_rec, l_row_notfound));
275: END get_rec;
276: ---------------------------------------------------------------------------
277: -- FUNCTION get_rec for: OKL_TXL_RCPT_APPS_V
278: ---------------------------------------------------------------------------
279: ---------------------------------------------------------------------------
280: -- Start of comments
281: --

Line 339: FROM Okl_Txl_Rcpt_Apps_V

335: LAST_UPDATE_LOGIN,
336: -- sty_id is stream type id of selected stream.
337: STY_ID,
338: AR_INVOICE_ID
339: FROM Okl_Txl_Rcpt_Apps_V
340: WHERE okl_txl_rcpt_apps_v.id = p_id;
341: l_okl_rcav_pk okl_rcav_pk_csr%ROWTYPE;
342: l_rcav_rec rcav_rec_type;
343: BEGIN

Line 340: WHERE okl_txl_rcpt_apps_v.id = p_id;

336: -- sty_id is stream type id of selected stream.
337: STY_ID,
338: AR_INVOICE_ID
339: FROM Okl_Txl_Rcpt_Apps_V
340: WHERE okl_txl_rcpt_apps_v.id = p_id;
341: l_okl_rcav_pk okl_rcav_pk_csr%ROWTYPE;
342: l_rcav_rec rcav_rec_type;
343: BEGIN
344: x_no_data_found := TRUE;

Line 403: -- FUNCTION null_out_defaults for: OKL_TXL_RCPT_APPS_V --

399: RETURN(get_rec(p_rcav_rec, l_row_notfound));
400: END get_rec;
401:
402: ---------------------------------------------------------
403: -- FUNCTION null_out_defaults for: OKL_TXL_RCPT_APPS_V --
404: ---------------------------------------------------------
405: ---------------------------------------------------------------------------
406: -- Start of comments
407: --

Line 1015: -- Validate_Attributes for:OKL_TXL_RCPT_APPS_V --

1011: ---------------------------------------------------------------------------
1012: -- PROCEDURE Validate_Attributes
1013: ---------------------------------------------------------------------------
1014: -------------------------------------------------
1015: -- Validate_Attributes for:OKL_TXL_RCPT_APPS_V --
1016: -------------------------------------------------
1017: FUNCTION Validate_Attributes (
1018: p_rcav_rec IN rcav_rec_type
1019: ) RETURN VARCHAR2 IS

Line 1141: -- Validate_Record for:OKL_TXL_RCPT_APPS_V --

1137: ---------------------------------------------------------------------------
1138: -- PROCEDURE Validate_Record
1139: ---------------------------------------------------------------------------
1140: ---------------------------------------------
1141: -- Validate_Record for:OKL_TXL_RCPT_APPS_V --
1142: ---------------------------------------------
1143: FUNCTION Validate_Record (
1144: p_rcav_rec IN rcav_rec_type
1145: ) RETURN VARCHAR2 IS

Line 1438: -- validate_row for:OKL_TXL_RCPT_APPS_V --

1434: ---------------------------------------------------------------------------
1435: -- PROCEDURE validate_row
1436: ---------------------------------------------------------------------------
1437: ------------------------------------------
1438: -- validate_row for:OKL_TXL_RCPT_APPS_V --
1439: ------------------------------------------
1440: PROCEDURE validate_row(
1441: p_api_version IN NUMBER,
1442: p_init_msg_list IN VARCHAR2 DEFAULT Okl_Api.G_FALSE,

Line 1898: -- insert_row for:OKL_TXL_RCPT_APPS_V --

1894: '_PVT'
1895: );
1896: END insert_row;
1897: ----------------------------------------
1898: -- insert_row for:OKL_TXL_RCPT_APPS_V --
1899: ----------------------------------------
1900: PROCEDURE insert_row(
1901: p_api_version IN NUMBER,
1902: p_init_msg_list IN VARCHAR2 DEFAULT Okl_Api.G_FALSE,

Line 1935: -- Set_Attributes for:OKL_TXL_RCPT_APPS_V --

1931: l_rcav_rec.LAST_UPDATE_LOGIN := Fnd_Global.LOGIN_ID;
1932: RETURN(l_rcav_rec);
1933: END fill_who_columns;
1934: --------------------------------------------
1935: -- Set_Attributes for:OKL_TXL_RCPT_APPS_V --
1936: --------------------------------------------
1937: FUNCTION Set_Attributes (
1938: p_rcav_rec IN rcav_rec_type,
1939: x_rcav_rec OUT NOCOPY rcav_rec_type

Line 2345: -- lock_row for:OKL_TXL_RCPT_APPS_V --

2341: '_PVT'
2342: );
2343: END lock_row;
2344: --------------------------------------
2345: -- lock_row for:OKL_TXL_RCPT_APPS_V --
2346: --------------------------------------
2347: PROCEDURE lock_row(
2348: p_api_version IN NUMBER,
2349: p_init_msg_list IN VARCHAR2 DEFAULT Okl_Api.G_FALSE,

Line 3012: -- update_row for:OKL_TXL_RCPT_APPS_V --

3008: '_PVT'
3009: );
3010: END update_row;
3011: ----------------------------------------
3012: -- update_row for:OKL_TXL_RCPT_APPS_V --
3013: ----------------------------------------
3014: ---------------------------------------------------------------------------
3015: -- Start of comments
3016: --

Line 3244: -- Set_Attributes for:OKL_TXL_RCPT_APPS_V --

3240: END IF;
3241: RETURN(l_return_status);
3242: END populate_new_record;
3243: --------------------------------------------
3244: -- Set_Attributes for:OKL_TXL_RCPT_APPS_V --
3245: --------------------------------------------
3246: FUNCTION Set_Attributes (
3247: p_rcav_rec IN rcav_rec_type,
3248: x_rcav_rec OUT NOCOPY rcav_rec_type

Line 3618: -- delete_row for:OKL_TXL_RCPT_APPS_V --

3614: '_PVT'
3615: );
3616: END delete_row;
3617: ----------------------------------------
3618: -- delete_row for:OKL_TXL_RCPT_APPS_V --
3619: ----------------------------------------
3620: PROCEDURE delete_row(
3621: p_api_version IN NUMBER,
3622: p_init_msg_list IN VARCHAR2 DEFAULT Okl_Api.G_FALSE,