DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on HR_ENTRY

Line 1895: p_input_value_id_tbl in out nocopy hr_entry.number_table,

1891: p_element_link_id in number,
1892: p_context_name in varchar2,
1893: p_context_value in varchar2,
1894: p_num_entry_values in out nocopy number,
1895: p_input_value_id_tbl in out nocopy hr_entry.number_table,
1896: p_entry_value_tbl in out nocopy hr_entry.varchar2_table
1897: )
1898: is
1899: --

Line 1896: p_entry_value_tbl in out nocopy hr_entry.varchar2_table

1892: p_context_name in varchar2,
1893: p_context_value in varchar2,
1894: p_num_entry_values in out nocopy number,
1895: p_input_value_id_tbl in out nocopy hr_entry.number_table,
1896: p_entry_value_tbl in out nocopy hr_entry.varchar2_table
1897: )
1898: is
1899: --
1900: l_start_ptr number;

Line 1984: p_input_value_id_tbl in out nocopy hr_entry.number_table,

1980: p_source_text2 in varchar2,
1981: p_adj_amount in number,
1982: p_adj_iv_id in number,
1983: p_num_entry_values in out nocopy number,
1984: p_input_value_id_tbl in out nocopy hr_entry.number_table,
1985: p_entry_value_tbl in out nocopy hr_entry.varchar2_table
1986: )
1987: is
1988: begin

Line 1985: p_entry_value_tbl in out nocopy hr_entry.varchar2_table

1981: p_adj_amount in number,
1982: p_adj_iv_id in number,
1983: p_num_entry_values in out nocopy number,
1984: p_input_value_id_tbl in out nocopy hr_entry.number_table,
1985: p_entry_value_tbl in out nocopy hr_entry.varchar2_table
1986: )
1987: is
1988: begin
1989: --

Line 2113: l_input_value_id_tbl hr_entry.number_table;

2109: -- Strutures to hold the values of element entry values to be used when
2110: -- creating an element entry.
2111: --
2112: l_num_entry_values number := 0;
2113: l_input_value_id_tbl hr_entry.number_table;
2114: l_entry_value_tbl hr_entry.varchar2_table;
2115: --
2116: -- Holds information about the balance adjustment.
2117: --

Line 2114: l_entry_value_tbl hr_entry.varchar2_table;

2110: -- creating an element entry.
2111: --
2112: l_num_entry_values number := 0;
2113: l_input_value_id_tbl hr_entry.number_table;
2114: l_entry_value_tbl hr_entry.varchar2_table;
2115: --
2116: -- Holds information about the balance adjustment.
2117: --
2118: l_ele_link_id number;