DBA Data[Home] [Help]

APPS.OKL_ACN_PVT dependencies on OKL_ASSET_CNDTN_LNS_V

Line 690: p_token2_value => 'OKL_ASSET_CNDTN_LNS_V',

686: p_msg_name => G_NO_PARENT_RECORD,
687: p_token1 => G_COL_NAME_TOKEN,
688: p_token1_value => 'acd_id',
689: p_token2 => G_CHILD_TABLE_TOKEN,
690: p_token2_value => 'OKL_ASSET_CNDTN_LNS_V',
691: p_token3 => G_PARENT_TABLE_TOKEN,
692: p_token3_value => 'OKL_ASSET_CNDTNS');
693:
694: -- notify caller of an error

Line 1529: -- FUNCTION get_rec for: OKL_ASSET_CNDTN_LNS_V

1525: BEGIN
1526: RETURN(get_rec(p_okl_asset_cndtn_lns_tl_rec, l_row_notfound));
1527: END get_rec;
1528: ---------------------------------------------------------------------------
1529: -- FUNCTION get_rec for: OKL_ASSET_CNDTN_LNS_V
1530: ---------------------------------------------------------------------------
1531: -- Start of comments
1532: --
1533: -- Function Name : get_rec

Line 1534: -- Description : for: OKL_ASSET_CNDTN_LNS_V

1530: ---------------------------------------------------------------------------
1531: -- Start of comments
1532: --
1533: -- Function Name : get_rec
1534: -- Description : for: OKL_ASSET_CNDTN_LNS_V
1535: -- Business Rules :
1536: -- Parameters :
1537: -- Version : 1.0
1538: -- History : RABHUPAT 13-DEC-2002 2667636

Line 1602: FROM Okl_Asset_Cndtn_Lns_V

1598: CURRENCY_CONVERSION_TYPE,
1599: CURRENCY_CONVERSION_RATE,
1600: CURRENCY_CONVERSION_DATE
1601: -- RABHUPAT - 2667636 - End
1602: FROM Okl_Asset_Cndtn_Lns_V
1603: WHERE okl_asset_cndtn_lns_v.id = p_id;
1604: l_okl_acnv_pk okl_acnv_pk_csr%ROWTYPE;
1605: l_acnv_rec acnv_rec_type;
1606: BEGIN

Line 1603: WHERE okl_asset_cndtn_lns_v.id = p_id;

1599: CURRENCY_CONVERSION_RATE,
1600: CURRENCY_CONVERSION_DATE
1601: -- RABHUPAT - 2667636 - End
1602: FROM Okl_Asset_Cndtn_Lns_V
1603: WHERE okl_asset_cndtn_lns_v.id = p_id;
1604: l_okl_acnv_pk okl_acnv_pk_csr%ROWTYPE;
1605: l_acnv_rec acnv_rec_type;
1606: BEGIN
1607: x_no_data_found := TRUE;

Line 1680: -- FUNCTION null_out_defaults for: OKL_ASSET_CNDTN_LNS_V --

1676: RETURN(get_rec(p_acnv_rec, l_row_notfound));
1677: END get_rec;
1678:
1679: -----------------------------------------------------------
1680: -- FUNCTION null_out_defaults for: OKL_ASSET_CNDTN_LNS_V --
1681: -----------------------------------------------------------
1682: -- Start of comments
1683: --
1684: -- Function Name : null_out_defaults

Line 1685: -- Description : for: OKL_ASSET_CNDTN_LNS_V

1681: -----------------------------------------------------------
1682: -- Start of comments
1683: --
1684: -- Function Name : null_out_defaults
1685: -- Description : for: OKL_ASSET_CNDTN_LNS_V
1686: -- Business Rules :
1687: -- Parameters :
1688: -- Version : 1.0
1689: -- History : RABHUPAT 13-DEC-2002 2667636

Line 1863: -- Validate_Attributes for:OKL_ASSET_CNDTN_LNS_V --

1859: ---------------------------------------------------------------------------
1860: -- PROCEDURE Validate_Attributes
1861: ---------------------------------------------------------------------------
1862: ------------------------------------------------
1863: -- Validate_Attributes for:OKL_ASSET_CNDTN_LNS_V --
1864: ------------------------------------------------
1865: -- Start of comments
1866: --
1867: -- Procedure Name : validate_attributes

Line 1868: -- Description : for:OKL_ASSET_CNDTN_LNS_V

1864: ------------------------------------------------
1865: -- Start of comments
1866: --
1867: -- Procedure Name : validate_attributes
1868: -- Description : for:OKL_ASSET_CNDTN_LNS_V
1869: -- Business Rules :
1870: -- Parameters :
1871: -- Version : 1.0
1872: -- History : Modified by : Ravi Munjuluri

Line 2075: -- Validate_Record for:OKL_ASSET_CNDTN_LNS_V --

2071: ---------------------------------------------------------------------------
2072: -- PROCEDURE Validate_Record
2073: ---------------------------------------------------------------------------
2074: -----------------------------------------------
2075: -- Validate_Record for:OKL_ASSET_CNDTN_LNS_V --
2076: -----------------------------------------------
2077: -- Start of comments
2078: --
2079: -- Function Name : Validate_Record

Line 2080: -- Description : for:OKL_ASSET_CNDTN_LNS_V

2076: -----------------------------------------------
2077: -- Start of comments
2078: --
2079: -- Function Name : Validate_Record
2080: -- Description : for:OKL_ASSET_CNDTN_LNS_V
2081: -- Business Rules :
2082: -- Parameters :
2083: -- Version : 1.0
2084: -- History : RABHUPAT 13-DEC-2002 2667636

Line 2285: -- validate_row for:OKL_ASSET_CNDTN_LNS_V --

2281: ---------------------------------------------------------------------------
2282: -- PROCEDURE validate_row
2283: ---------------------------------------------------------------------------
2284: --------------------------------------------
2285: -- validate_row for:OKL_ASSET_CNDTN_LNS_V --
2286: --------------------------------------------
2287: PROCEDURE validate_row(
2288: p_api_version IN NUMBER,
2289: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,

Line 2769: -- insert_row for:OKL_ASSET_CNDTN_LNS_V --

2765: '_PVT'
2766: );
2767: END insert_row;
2768: ------------------------------------------
2769: -- insert_row for:OKL_ASSET_CNDTN_LNS_V --
2770: ------------------------------------------
2771: -- Start of comments
2772: --
2773: -- Procedure Name : insert_row

Line 2774: -- Description : for OKL_ASSET_CNDTN_LNS_V

2770: ------------------------------------------
2771: -- Start of comments
2772: --
2773: -- Procedure Name : insert_row
2774: -- Description : for OKL_ASSET_CNDTN_LNS_V
2775: -- Business Rules :
2776: -- Parameters :
2777: -- Version : 1.0
2778: -- History : RABHUPAT 13-DEC-2002 2667636

Line 2815: -- Set_Attributes for:OKL_ASSET_CNDTN_LNS_V --

2811: l_acnv_rec.LAST_UPDATE_LOGIN := FND_GLOBAL.LOGIN_ID;
2812: RETURN(l_acnv_rec);
2813: END fill_who_columns;
2814: ----------------------------------------------
2815: -- Set_Attributes for:OKL_ASSET_CNDTN_LNS_V --
2816: ----------------------------------------------
2817: FUNCTION Set_Attributes (
2818: p_acnv_rec IN acnv_rec_type,
2819: x_acnv_rec OUT NOCOPY acnv_rec_type

Line 3245: -- lock_row for:OKL_ASSET_CNDTN_LNS_V --

3241: '_PVT'
3242: );
3243: END lock_row;
3244: ----------------------------------------
3245: -- lock_row for:OKL_ASSET_CNDTN_LNS_V --
3246: ----------------------------------------
3247: PROCEDURE lock_row(
3248: p_api_version IN NUMBER,
3249: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,

Line 3970: -- update_row for:OKL_ASSET_CNDTN_LNS_V --

3966: '_PVT'
3967: );
3968: END update_row;
3969: ------------------------------------------
3970: -- update_row for:OKL_ASSET_CNDTN_LNS_V --
3971: ------------------------------------------
3972: -- Start of comments
3973: --
3974: -- Procedure Name : update_row

Line 3975: -- Description : for OKL_ASSET_CNDTN_LNS_V

3971: ------------------------------------------
3972: -- Start of comments
3973: --
3974: -- Procedure Name : update_row
3975: -- Description : for OKL_ASSET_CNDTN_LNS_V
3976: -- Business Rules :
3977: -- Parameters :
3978: -- Version : 1.0
3979: -- History : RABHUPAT 13-DEC-2002 2667636

Line 4247: -- Set_Attributes for:OKL_ASSET_CNDTN_LNS_V --

4243: -- RABHUPAT - 2667636 - End
4244: RETURN(l_return_status);
4245: END populate_new_record;
4246: ----------------------------------------------
4247: -- Set_Attributes for:OKL_ASSET_CNDTN_LNS_V --
4248: ----------------------------------------------
4249: FUNCTION Set_Attributes (
4250: p_acnv_rec IN acnv_rec_type,
4251: x_acnv_rec OUT NOCOPY acnv_rec_type

Line 4611: -- delete_row for:OKL_ASSET_CNDTN_LNS_V --

4607: '_PVT'
4608: );
4609: END delete_row;
4610: ------------------------------------------
4611: -- delete_row for:OKL_ASSET_CNDTN_LNS_V --
4612: ------------------------------------------
4613: PROCEDURE delete_row(
4614: p_api_version IN NUMBER,
4615: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,