DBA Data[Home] [Help]

APPS.OKL_TRY_PVT dependencies on OKL_TRX_TYPES_V

Line 252: -- FUNCTION get_rec for: OKL_TRX_TYPES_V

248: begin
249: return(get_rec(p_okl_trx_types_tl_rec, l_row_notfound));
250: end get_rec;
251: ---------------------------------------------------------------------------
252: -- FUNCTION get_rec for: OKL_TRX_TYPES_V
253: ---------------------------------------------------------------------------
254: function get_rec (
255: p_tryv_rec in tryv_rec_type,
256: x_no_data_found out NOCOPY boolean

Line 288: from Okl_Trx_Types_V

284: --Bug 4386433 - End of Changes
285: --Bug 5707866 dpsingh
286: FORMULA_YN,
287: ACCOUNTING_EVENT_CLASS_CODE
288: from Okl_Trx_Types_V
289: where okl_trx_types_v.id = p_id;
290: l_okl_tryv_pk okl_tryv_pk_csr%rowtype;
291: l_tryv_rec tryv_rec_type;
292: begin

Line 289: where okl_trx_types_v.id = p_id;

285: --Bug 5707866 dpsingh
286: FORMULA_YN,
287: ACCOUNTING_EVENT_CLASS_CODE
288: from Okl_Trx_Types_V
289: where okl_trx_types_v.id = p_id;
290: l_okl_tryv_pk okl_tryv_pk_csr%rowtype;
291: l_tryv_rec tryv_rec_type;
292: begin
293: x_no_data_found := true;

Line 339: -- FUNCTION null_out_defaults for: OKL_TRX_TYPES_V --

335: return(get_rec(p_tryv_rec, l_row_notfound));
336: end get_rec;
337:
338: -----------------------------------------------------
339: -- FUNCTION null_out_defaults for: OKL_TRX_TYPES_V --
340: -----------------------------------------------------
341: function null_out_defaults (
342: p_tryv_rec in tryv_rec_type
343: ) return tryv_rec_type is

Line 427: -- Validate_Attributes for:OKL_TRX_TYPES_V --

423: ---------------------------------------------------------------------------
424: -- PROCEDURE Validate_Attributes
425: ---------------------------------------------------------------------------
426: ---------------------------------------------
427: -- Validate_Attributes for:OKL_TRX_TYPES_V --
428: ---------------------------------------------
429: function Validate_Attributes (
430: p_tryv_rec in tryv_rec_type
431: ) return varchar2 is

Line 482: -- Validate_Record for:OKL_TRX_TYPES_V --

478: ---------------------------------------------------------------------------
479: -- PROCEDURE Validate_Record
480: ---------------------------------------------------------------------------
481: -----------------------------------------
482: -- Validate_Record for:OKL_TRX_TYPES_V --
483: -----------------------------------------
484: function Validate_Record (
485: p_tryv_rec in tryv_rec_type
486: ) return varchar2 is

Line 841: -- Description : Checks if id exists in okl_trx_types_v

837: ---------------------------------------------------------------------------
838: -- Start of comments
839: --
840: -- Procedure Name : Validate_Try_Id
841: -- Description : Checks if id exists in okl_trx_types_v
842: -- Business Rules :
843: -- Parameters :
844: -- Version : 1.0
845: -- End of comments

Line 854: from OKL_TRX_TYPES_V

850: is
851:
852: cursor try_id_csr(p_id in number) is
853: select '1'
854: from OKL_TRX_TYPES_V
855: where id = p_id;
856: l_dummy varchar2(1) := '?';
857:
858: begin

Line 902: -- Description : Checks if id exists in okl_trx_types_v

898: ---------------------------------------------------------------------------
899: -- Start of comments
900: --
901: -- Procedure Name : Validate_Try_Id_For
902: -- Description : Checks if id exists in okl_trx_types_v
903: -- Business Rules :
904: -- Parameters :
905: -- Version : 1.0
906: -- End of comments

Line 915: from OKL_TRX_TYPES_V

911: ,p_tryv_rec in tryv_rec_type ) is
912:
913: cursor try_id_for_csr(p_id in number) is
914: select '1'
915: from OKL_TRX_TYPES_V
916: where id = p_id;
917: l_dummy varchar2(1) := '?';
918:
919: begin

Line 2045: -- validate_row for:OKL_TRX_TYPES_V --

2041: ---------------------------------------------------------------------------
2042: -- PROCEDURE validate_row
2043: ---------------------------------------------------------------------------
2044: --------------------------------------
2045: -- validate_row for:OKL_TRX_TYPES_V --
2046: --------------------------------------
2047: procedure validate_row(
2048: p_api_version in number,
2049: p_init_msg_list in varchar2,

Line 2454: -- insert_row for:OKL_TRX_TYPES_V --

2450: '_PVT'
2451: );
2452: end insert_row;
2453: ------------------------------------
2454: -- insert_row for:OKL_TRX_TYPES_V --
2455: ------------------------------------
2456: procedure insert_row(
2457: p_api_version in number,
2458: p_init_msg_list in varchar2,

Line 2490: -- Set_Attributes for:OKL_TRX_TYPES_V --

2486: l_tryv_rec.LAST_UPDATE_LOGIN := Fnd_Global.LOGIN_ID;
2487: return(l_tryv_rec);
2488: end fill_who_columns;
2489: ----------------------------------------
2490: -- Set_Attributes for:OKL_TRX_TYPES_V --
2491: ----------------------------------------
2492: function Set_Attributes (
2493: p_tryv_rec in tryv_rec_type,
2494: x_tryv_rec out NOCOPY tryv_rec_type

Line 2895: -- lock_row for:OKL_TRX_TYPES_V --

2891: '_PVT'
2892: );
2893: end lock_row;
2894: ----------------------------------
2895: -- lock_row for:OKL_TRX_TYPES_V --
2896: ----------------------------------
2897: procedure lock_row(
2898: p_api_version in number,
2899: p_init_msg_list in varchar2,

Line 3461: -- update_row for:OKL_TRX_TYPES_V --

3457: '_PVT'
3458: );
3459: end update_row;
3460: ------------------------------------
3461: -- update_row for:OKL_TRX_TYPES_V --
3462: ------------------------------------
3463: procedure update_row(
3464: p_api_version in number,
3465: p_init_msg_list in varchar2,

Line 3614: -- Set_Attributes for:OKL_TRX_TYPES_V --

3610: end if;
3611: return(l_return_status);
3612: end populate_new_record;
3613: ----------------------------------------
3614: -- Set_Attributes for:OKL_TRX_TYPES_V --
3615: ----------------------------------------
3616: function Set_Attributes (
3617: p_tryv_rec in tryv_rec_type,
3618: x_tryv_rec out NOCOPY tryv_rec_type

Line 3966: -- delete_row for:OKL_TRX_TYPES_V --

3962: '_PVT'
3963: );
3964: end delete_row;
3965: ------------------------------------
3966: -- delete_row for:OKL_TRX_TYPES_V --
3967: ------------------------------------
3968: procedure delete_row(
3969: p_api_version in number,
3970: p_init_msg_list in varchar2,