DBA Data[Home] [Help]

APPS.AK_SECURITY_PVT dependencies on AK_ON_OBJECTS_PVT

Line 258: p_caller => AK_ON_OBJECTS_PVT.G_CREATE

254: p_responsibility_id => p_responsibility_id,
255: p_responsibility_appl_id => p_resp_application_id,
256: p_attribute_application_id => p_attribute_application_id,
257: p_attribute_code => p_attribute_code,
258: p_caller => AK_ON_OBJECTS_PVT.G_CREATE
259: ) then
260: raise FND_API.G_EXC_ERROR;
261: end if;
262: end if;

Line 295: if AK_ON_OBJECTS_PVT.IS_UPDATEABLE(

291: -- old jlt files didn't have who columns and IS_UPDATEABLE
292: -- calls SET_WHO which populates those columns, for later
293: -- jlt files IS_UPDATEABLE will always return TRUE for CREATE
294:
295: if AK_ON_OBJECTS_PVT.IS_UPDATEABLE(
296: p_loader_timestamp => p_loader_timestamp,
297: p_created_by => l_created_by,
298: p_creation_date => l_creation_date,
299: p_last_updated_by => l_last_updated_by,

Line 499: p_caller => AK_ON_OBJECTS_PVT.G_CREATE

495: p_responsibility_id => p_responsibility_id,
496: p_responsibility_appl_id => p_resp_application_id,
497: p_attribute_code => p_attribute_code,
498: p_attribute_application_id => p_attribute_application_id,
499: p_caller => AK_ON_OBJECTS_PVT.G_CREATE
500: ) then
501: raise FND_API.G_EXC_ERROR;
502: end if;
503: end if;

Line 534: if AK_ON_OBJECTS_PVT.IS_UPDATEABLE(

530: -- old jlt files didn't have who columns and IS_UPDATEABLE
531: -- calls SET_WHO which populates those columns, for later
532: -- jlt files IS_UPDATEABLE will always return TRUE for CREATE
533:
534: if AK_ON_OBJECTS_PVT.IS_UPDATEABLE(
535: p_loader_timestamp => p_loader_timestamp,
536: p_created_by => l_created_by,
537: p_creation_date => l_creation_date,
538: p_last_updated_by => l_last_updated_by,

Line 680: p_caller => AK_ON_OBJECTS_PVT.G_DOWNLOAD)

676: p_responsibility_id => p_resp_sec_attr_rec.responsibility_id,
677: p_attribute_application_id =>
678: p_resp_sec_attr_rec.attribute_application_id,
679: p_attribute_code => p_resp_sec_attr_rec.attribute_code,
680: p_caller => AK_ON_OBJECTS_PVT.G_DOWNLOAD)
681: then
682: --dbms_output.put_line('Responsibility_id ' || to_char(p_resp_sec_attr_rec.responsibility_id)
683: -- || ' not downloaded due to validation error');
684: raise FND_API.G_EXC_ERROR;

Line 698: AK_ON_OBJECTS_PVT.REPLACE_SPECIAL_CHAR(

694: l_databuffer_tbl(l_index) := 'BEGIN RESP_SECURITY_ATTRIBUTES ' ||
695: nvl(to_char(p_resp_sec_attr_rec.responsibility_id),'""') ||' '||
696: nvl(to_char(p_resp_sec_attr_rec.resp_application_id),'""') ||' '||
697: nvl(to_char(p_resp_sec_attr_rec.attribute_application_id),'""')||' "'||
698: AK_ON_OBJECTS_PVT.REPLACE_SPECIAL_CHAR(
699: p_resp_sec_attr_rec.attribute_code)|| '"';
700: -- - Write out who columns
701: l_index := l_index + 1;
702: l_databuffer_tbl(l_index) := ' CREATED_BY = ' ||

Line 730: AK_ON_OBJECTS_PVT.WRITE_FILE (

726:
727: --
728: -- - Write attribute data out to the specified file
729: --
730: AK_ON_OBJECTS_PVT.WRITE_FILE (
731: p_return_status => l_return_status,
732: p_buffer_tbl => l_databuffer_tbl,
733: p_write_mode => AK_ON_OBJECTS_PUB.G_APPEND
734: );

Line 820: p_caller => AK_ON_OBJECTS_PVT.G_DOWNLOAD)

816: p_responsibility_id => p_excluded_rec.responsibility_id,
817: p_attribute_application_id =>
818: p_excluded_rec.attribute_application_id,
819: p_attribute_code => p_excluded_rec.attribute_code,
820: p_caller => AK_ON_OBJECTS_PVT.G_DOWNLOAD)
821: then
822: --dbms_output.put_line('Responsibility_id ' || to_char(p_excluded_rec.responsibility_id)
823: -- || ' not downloaded due to validation error');
824: raise FND_API.G_EXC_ERROR;

Line 838: AK_ON_OBJECTS_PVT.REPLACE_SPECIAL_CHAR(

834: l_databuffer_tbl(l_index) := 'BEGIN EXCLUDED_ITEMS ' ||
835: nvl(to_char(p_excluded_rec.responsibility_id),'""') ||' '||
836: nvl(to_char(p_excluded_rec.resp_application_id),'""') ||' '||
837: nvl(to_char(p_excluded_rec.attribute_application_id),'""')||' "'||
838: AK_ON_OBJECTS_PVT.REPLACE_SPECIAL_CHAR(
839: p_excluded_rec.attribute_code)|| '"';
840: -- - Write out who columns
841: l_index := l_index + 1;
842: l_databuffer_tbl(l_index) := ' CREATED_BY = ' ||

Line 870: AK_ON_OBJECTS_PVT.WRITE_FILE (

866:
867: --
868: -- - Write attribute data out to the specified file
869: --
870: AK_ON_OBJECTS_PVT.WRITE_FILE (
871: p_return_status => l_return_status,
872: p_buffer_tbl => l_databuffer_tbl,
873: p_write_mode => AK_ON_OBJECTS_PUB.G_APPEND
874: );

Line 1543: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop

1539: else
1540: l_line_num := p_line_num;
1541: end if;
1542:
1543: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop
1544: AK_ON_OBJECTS_PVT.READ_LINE (
1545: p_return_status => l_return_status,
1546: p_index => p_index,
1547: p_buffer => l_buffer,

Line 1544: AK_ON_OBJECTS_PVT.READ_LINE (

1540: l_line_num := p_line_num;
1541: end if;
1542:
1543: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop
1544: AK_ON_OBJECTS_PVT.READ_LINE (
1545: p_return_status => l_return_status,
1546: p_index => p_index,
1547: p_buffer => l_buffer,
1548: p_lines_read => l_lines_read,

Line 1583: AK_ON_OBJECTS_PVT.GET_TOKEN(

1579: --
1580: while (l_eof_flag = 'N') and (l_buffer is not null)
1581: and (l_more_item) loop
1582:
1583: AK_ON_OBJECTS_PVT.GET_TOKEN(
1584: p_return_status => l_return_status,
1585: p_in_buf => l_buffer,
1586: p_token => l_token
1587: );

Line 1626: -- (ak_on_objects_pvt.upload).

1622: l_state := 32;
1623: else
1624: -- Found the beginning of a non-attribute object,
1625: -- rebuild last line and pass it back to the caller
1626: -- (ak_on_objects_pvt.upload).
1627: p_buffer_out := 'BEGIN ' || l_token || ' ' || l_buffer;
1628: l_more_item := FALSE;
1629: end if;
1630: elsif (l_state = 2) then

Line 2047: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop

2043: --
2044: -- Get the next non-blank, non-comment line if current line is
2045: -- fully parsed
2046: --
2047: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop
2048: AK_ON_OBJECTS_PVT.READ_LINE (
2049: p_return_status => l_return_status,
2050: p_index => p_index,
2051: p_buffer => l_buffer,

Line 2048: AK_ON_OBJECTS_PVT.READ_LINE (

2044: -- Get the next non-blank, non-comment line if current line is
2045: -- fully parsed
2046: --
2047: while (l_buffer is null and l_eof_flag = 'N' and p_index <= AK_ON_OBJECTS_PVT.G_UPL_TABLE_NUM) loop
2048: AK_ON_OBJECTS_PVT.READ_LINE (
2049: p_return_status => l_return_status,
2050: p_index => p_index,
2051: p_buffer => l_buffer,
2052: p_lines_read => l_lines_read,

Line 2130: -- in package AK_ON_OBJECTS_PVT:

2126: -- validation tests are passed, or FALSE otherwise.
2127: -- Parameters Excluded_items or Resp_Security columns
2128: -- p_caller : IN required
2129: -- Must be one of the following values defined
2130: -- in package AK_ON_OBJECTS_PVT:
2131: -- - G_CREATE (if calling from the Create API)
2132: -- - G_DOWNLOAD (if calling from the Download API)
2133: -- - G_UPDATE (if calling from the Update API)
2134: --

Line 2221: if (NOT AK_ON_OBJECTS_PVT.VALID_APPLICATION_ID (

2217: --*** Validate columns ***
2218:
2219: -- - responsibility application ID
2220: if (p_responsibility_appl_id <> FND_API.G_MISS_NUM) then
2221: if (NOT AK_ON_OBJECTS_PVT.VALID_APPLICATION_ID (
2222: p_api_version_number => 1.0,
2223: p_return_status => l_return_status,
2224: p_application_id => p_responsibility_appl_id)
2225: ) then

Line 2237: if (NOT AK_ON_OBJECTS_PVT.VALID_APPLICATION_ID (

2233: end if;
2234:
2235: -- - attribute application ID
2236: if (p_attribute_application_id <> FND_API.G_MISS_NUM) then
2237: if (NOT AK_ON_OBJECTS_PVT.VALID_APPLICATION_ID (
2238: p_api_version_number => 1.0,
2239: p_return_status => l_return_status,
2240: p_application_id => p_attribute_application_id)
2241: ) then