DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on HR_ENTRY

Line 1897: p_input_value_id_tbl in out nocopy hr_entry.number_table,

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

Line 1898: p_entry_value_tbl in out nocopy hr_entry.varchar2_table

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

Line 1986: p_input_value_id_tbl in out nocopy hr_entry.number_table,

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

Line 1987: p_entry_value_tbl in out nocopy hr_entry.varchar2_table

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

Line 2374: l_input_value_id_tbl hr_entry.number_table;

2370: -- Strutures to hold the values of element entry values to be used when
2371: -- creating an element entry.
2372: --
2373: l_num_entry_values number := 0;
2374: l_input_value_id_tbl hr_entry.number_table;
2375: l_entry_value_tbl hr_entry.varchar2_table;
2376: --
2377: -- Holds information about the balance adjustment.
2378: --

Line 2375: l_entry_value_tbl hr_entry.varchar2_table;

2371: -- creating an element entry.
2372: --
2373: l_num_entry_values number := 0;
2374: l_input_value_id_tbl hr_entry.number_table;
2375: l_entry_value_tbl hr_entry.varchar2_table;
2376: --
2377: -- Holds information about the balance adjustment.
2378: --
2379: l_ele_link_id number;