DBA Data[Home] [Help]

APPS.OKL_RAS_PVT dependencies on OKL_RELOCATE_ASSETS_V

Line 549: p_token2_value => 'OKL_RELOCATE_ASSETS_V',

545: p_msg_name => G_NO_PARENT_RECORD,
546: p_token1 => G_COL_NAME_TOKEN,
547: p_token1_value => 'ist_id',
548: p_token2 => G_CHILD_TABLE_TOKEN,
549: p_token2_value => 'OKL_RELOCATE_ASSETS_V',
550: p_token3 => G_PARENT_TABLE_TOKEN,
551: p_token3_value => 'OKX_SHIP_TOS_V');
552:
553: -- notify caller of an error

Line 614: p_token2_value => 'OKL_RELOCATE_ASSETS_V',

610: p_msg_name => G_NO_PARENT_RECORD,
611: p_token1 => G_COL_NAME_TOKEN,
612: p_token1_value => 'pac_id',
613: p_token2 => G_CHILD_TABLE_TOKEN,
614: p_token2_value => 'OKL_RELOCATE_ASSETS_V',
615: p_token3 => G_PARENT_TABLE_TOKEN,
616: p_token3_value => 'OKX_PTY_CUS_ACT_CTS_V');
617:
618: -- notify caller of an error

Line 677: p_token2_value => 'OKL_RELOCATE_ASSETS_V',

673: p_msg_name => G_NO_PARENT_RECORD,
674: p_token1 => G_COL_NAME_TOKEN,
675: p_token1_value => 'art_id',
676: p_token2 => G_CHILD_TABLE_TOKEN,
677: p_token2_value => 'OKL_RELOCATE_ASSETS_V',
678: p_token3 => G_PARENT_TABLE_TOKEN,
679: p_token3_value => 'OKL_ASSET_RETURNS_V');
680:
681: -- notify caller of an error

Line 1035: -- FUNCTION get_rec for: OKL_RELOCATE_ASSETS_V

1031: BEGIN
1032: RETURN(get_rec(p_okl_relocate_assets_tl_rec, l_row_notfound));
1033: END get_rec;
1034: ---------------------------------------------------------------------------
1035: -- FUNCTION get_rec for: OKL_RELOCATE_ASSETS_V
1036: ---------------------------------------------------------------------------
1037: -- Start of comments
1038: --
1039: -- Function Name : get_rec

Line 1040: -- Description : for: OKL_RELOCATE_ASSETS_V

1036: ---------------------------------------------------------------------------
1037: -- Start of comments
1038: --
1039: -- Function Name : get_rec
1040: -- Description : for: OKL_RELOCATE_ASSETS_V
1041: -- Business Rules :
1042: -- Parameters :
1043: -- Version : 1.0
1044: -- History : RABHUPAT 17-DEC-2002 2667636

Line 1096: FROM Okl_Relocate_Assets_V

1092: CURRENCY_CONVERSION_TYPE,
1093: CURRENCY_CONVERSION_RATE,
1094: CURRENCY_CONVERSION_DATE
1095: -- RABHUPAT - 2667636 - End
1096: FROM Okl_Relocate_Assets_V
1097: WHERE okl_relocate_assets_v.id = p_id;
1098: l_okl_rasv_pk okl_rasv_pk_csr%ROWTYPE;
1099: l_rasv_rec rasv_rec_type;
1100: BEGIN

Line 1097: WHERE okl_relocate_assets_v.id = p_id;

1093: CURRENCY_CONVERSION_RATE,
1094: CURRENCY_CONVERSION_DATE
1095: -- RABHUPAT - 2667636 - End
1096: FROM Okl_Relocate_Assets_V
1097: WHERE okl_relocate_assets_v.id = p_id;
1098: l_okl_rasv_pk okl_rasv_pk_csr%ROWTYPE;
1099: l_rasv_rec rasv_rec_type;
1100: BEGIN
1101: x_no_data_found := TRUE;

Line 1162: -- FUNCTION null_out_defaults for: OKL_RELOCATE_ASSETS_V --

1158: RETURN(get_rec(p_rasv_rec, l_row_notfound));
1159: END get_rec;
1160:
1161: -----------------------------------------------------------
1162: -- FUNCTION null_out_defaults for: OKL_RELOCATE_ASSETS_V --
1163: -----------------------------------------------------------
1164: -- Start of comments
1165: --
1166: -- Function Name : null_out_defaults

Line 1167: -- Description : for: OKL_RELOCATE_ASSETS_V

1163: -----------------------------------------------------------
1164: -- Start of comments
1165: --
1166: -- Function Name : null_out_defaults
1167: -- Description : for: OKL_RELOCATE_ASSETS_V
1168: -- Business Rules :
1169: -- Parameters :
1170: -- Version : 1.0
1171: -- History : RABHUPAT 17-DEC-2002 2667636

Line 1312: -- Validate_Attributes for:OKL_RELOCATE_ASSETS_V --

1308: -- By RMUNJULU on 16-APR-2001
1309: ---------------------------------------------------------------------------
1310:
1311: ---------------------------------------------------
1312: -- Validate_Attributes for:OKL_RELOCATE_ASSETS_V --
1313: ---------------------------------------------------
1314: -- Start of comments
1315: --
1316: -- Procedure Name : validate_attributes

Line 1317: -- Description : for:OKL_RELOCATE_ASSETS_V

1313: ---------------------------------------------------
1314: -- Start of comments
1315: --
1316: -- Procedure Name : validate_attributes
1317: -- Description : for:OKL_RELOCATE_ASSETS_V
1318: -- Business Rules :
1319: -- Parameters :
1320: -- Version : 1.0
1321: -- History : RABHUPAT 17-DEC-2002 2667636

Line 1482: -- Validate_Record for:OKL_RELOCATE_ASSETS_V --

1478: ---------------------------------------------------------------------------
1479: -- PROCEDURE Validate_Record
1480: ---------------------------------------------------------------------------
1481: -----------------------------------------------
1482: -- Validate_Record for:OKL_RELOCATE_ASSETS_V --
1483: -----------------------------------------------
1484: -- Start of comments
1485: --
1486: -- Function Name : Validate_Record

Line 1487: -- Description : for:OKL_RELOCATE_ASSETS_V

1483: -----------------------------------------------
1484: -- Start of comments
1485: --
1486: -- Function Name : Validate_Record
1487: -- Description : for:OKL_RELOCATE_ASSETS_V
1488: -- Business Rules :
1489: -- Parameters :
1490: -- Version : 1.0
1491: -- History : RABHUPAT 17-DEC-2002 2667636

Line 1666: -- validate_row for:OKL_RELOCATE_ASSETS_V --

1662: ---------------------------------------------------------------------------
1663: -- PROCEDURE validate_row
1664: ---------------------------------------------------------------------------
1665: --------------------------------------------
1666: -- validate_row for:OKL_RELOCATE_ASSETS_V --
1667: --------------------------------------------
1668: PROCEDURE validate_row(
1669: p_api_version IN NUMBER,
1670: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,

Line 2126: -- insert_row for:OKL_RELOCATE_ASSETS_V --

2122: '_PVT'
2123: );
2124: END insert_row;
2125: ------------------------------------------
2126: -- insert_row for:OKL_RELOCATE_ASSETS_V --
2127: ------------------------------------------
2128: -- Start of comments
2129: --
2130: -- Procedure Name : insert_row

Line 2131: -- Description : for OKL_RELOCATE_ASSETS_V

2127: ------------------------------------------
2128: -- Start of comments
2129: --
2130: -- Procedure Name : insert_row
2131: -- Description : for OKL_RELOCATE_ASSETS_V
2132: -- Business Rules :
2133: -- Parameters :
2134: -- Version : 1.0
2135: -- History : RABHUPAT 17-DEC-2002 2667636

Line 2172: -- Set_Attributes for:OKL_RELOCATE_ASSETS_V --

2168: l_rasv_rec.LAST_UPDATE_LOGIN := FND_GLOBAL.LOGIN_ID;
2169: RETURN(l_rasv_rec);
2170: END fill_who_columns;
2171: ----------------------------------------------
2172: -- Set_Attributes for:OKL_RELOCATE_ASSETS_V --
2173: ----------------------------------------------
2174: FUNCTION Set_Attributes (
2175: p_rasv_rec IN rasv_rec_type,
2176: x_rasv_rec OUT NOCOPY rasv_rec_type

Line 2588: -- lock_row for:OKL_RELOCATE_ASSETS_V --

2584: '_PVT'
2585: );
2586: END lock_row;
2587: ----------------------------------------
2588: -- lock_row for:OKL_RELOCATE_ASSETS_V --
2589: ----------------------------------------
2590: PROCEDURE lock_row(
2591: p_api_version IN NUMBER,
2592: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,

Line 3252: -- update_row for:OKL_RELOCATE_ASSETS_V --

3248: '_PVT'
3249: );
3250: END update_row;
3251: ------------------------------------------
3252: -- update_row for:OKL_RELOCATE_ASSETS_V --
3253: ------------------------------------------
3254: -- Start of comments
3255: --
3256: -- Procedure Name : update_row

Line 3257: -- Description : for OKL_RELOCATE_ASSETS_V

3253: ------------------------------------------
3254: -- Start of comments
3255: --
3256: -- Procedure Name : update_row
3257: -- Description : for OKL_RELOCATE_ASSETS_V
3258: -- Business Rules :
3259: -- Parameters :
3260: -- Version : 1.0
3261: -- History : RABHUPAT 17-DEC-2002 2667636

Line 3481: -- Set_Attributes for:OKL_RELOCATE_ASSETS_V --

3477: -- RABHUPAT - 2667636 - End
3478: RETURN(l_return_status);
3479: END populate_new_record;
3480: ----------------------------------------------
3481: -- Set_Attributes for:OKL_RELOCATE_ASSETS_V --
3482: ----------------------------------------------
3483: FUNCTION Set_Attributes (
3484: p_rasv_rec IN rasv_rec_type,
3485: x_rasv_rec OUT NOCOPY rasv_rec_type

Line 3840: -- delete_row for:OKL_RELOCATE_ASSETS_V --

3836: '_PVT'
3837: );
3838: END delete_row;
3839: ------------------------------------------
3840: -- delete_row for:OKL_RELOCATE_ASSETS_V --
3841: ------------------------------------------
3842: PROCEDURE delete_row(
3843: p_api_version IN NUMBER,
3844: p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE,